this method cancels the corresponding async operation.
It sends still a completed event, but that event will then
have the cancel property set to true
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public void CancelAsync(
Object userData
) |
| Visual Basic (Declaration) |
|---|
Public Sub CancelAsync ( _
userData As Object _
) |
| Visual C++ |
|---|
public:
void CancelAsync(
Object^ userData
) |
Parameters
- userData
- Type: System..::.Object
your identifier for the operation to be cancelled
See Also