ExchangeServiceBinding.CancelAsync Method
The CancelAsync method cancels an asynchronous call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub CancelAsync ( _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim userState As Object
instance.CancelAsync(userState)
public void CancelAsync(
Object userState
)
Parameters
- userState
Type: System.Object