SendOperations.SendCancelStreamAsync(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The send operation used to send a CancelStream.
public System.Threading.Tasks.Task SendCancelStreamAsync (Guid id);
member this.SendCancelStreamAsync : Guid -> System.Threading.Tasks.Task
Public Function SendCancelStreamAsync (id As Guid) As Task
Parameters
- id
- Guid
The ID to assign to the CancelDisassembler used by this operation.
Returns
A task representing the status of the operation.