PageContent.GetPageRootAsyncCancel Method

Definition

Cancels any current GetPageRootAsync(Boolean) operation in progress.

public:
 void GetPageRootAsyncCancel();
public void GetPageRootAsyncCancel ();
member this.GetPageRootAsyncCancel : unit -> unit
Public Sub GetPageRootAsyncCancel ()

Remarks

GetPageRootAsyncCancel cancels any GetPageRootAsync operation that has not already finished with a GetPageRootCompleted event.

Applies to

See also