WorkflowControlClient.EndCancel(IAsyncResult) Methode

Definition

Schließt einen asynchronen Abbruchvorgang ab.

public:
 void EndCancel(IAsyncResult ^ result);
public void EndCancel (IAsyncResult result);
member this.EndCancel : IAsyncResult -> unit
Public Sub EndCancel (result As IAsyncResult)

Parameter

result
IAsyncResult

Das asynchrone Ergebnis, das von einem Aufruf der BeginCancel(Guid, AsyncCallback, Object)-Methode zurückgegeben wird.

Gilt für: