Del via


SendOperations.SendCancelStreamAsync(Guid) Method

Definition

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.

Applies to