Peer.CancelAsyncOperation Method |
Language: |
Visual Basic Public Sub CancelAsyncOperation( _
ByVal asyncHandle As Integer _
)C# public void CancelAsyncOperation(
int asyncHandle
);C++ public:
void CancelAsyncOperation(
int asyncHandle
);JScript 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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center