![]() |
![]() |
![]() |
Peer.CancelAsyncOperation Method |
Language: |
Visual Basic .NET Public Sub CancelAsyncOperation( _
ByVal asyncHandle As Integer _
)C# public void CancelAsyncOperation(
int asyncHandle
);Managed C++ public: void CancelAsyncOperation(
int asyncHandle
);JScript .NET public function CancelAsyncOperation(
asyncHandle : int
);
asyncHandle System.Int32.
This method is useful when several methods of an object run asynchronously by default with each returning an asyncHandle parameter. To cancel a request before it is processed, pass that request's returned handle in this method's asyncHandle parameter.
To cancel all pending asynchronous operations, call this method with NULL in the asyncHandle parameter and DPNCANCEL_ALL_OPERATIONS in the flags parameter.
If you pass a specific handle to this method, do not set any flags.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center