Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update guidelines regarding the Options parameter pattern #8224

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

annelo-msft
Copy link
Member

No description provided.

@@ -642,7 +647,7 @@ BlobBaseClient client = ...

{% include requirement/MUST id="dotnet-lro-waituntil" %} take ```WaitUntil``` as the first parameter to LRO methods.

{% include requirement/MUST id="dotnet-lro-waituntil" %} put methods that cannot be called until after the long-running operation has started on the subclass of ```Operation<T>```. For example, if a service provides an API to cancel an operation, the ```Cancel``` method should appear on the subclass of ```Operation```.
{% include requirement/MUST id="dotnet-lro-subclient-methods" %} put methods that cannot be called until after the long-running operation has started on the subclass of ```Operation<T>```. For example, if a service provides an API to cancel an operation, the ```Cancel``` method should appear on the subclass of ```Operation```.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a correction to a prior PR, where I didn't differentiate the anchor -- not doing so prevents linking to the guideline directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant