AsyncResult.AsyncState Property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Property AsyncState As Object
Get
Protected Set
'Usage
Dim instance As AsyncResult
Dim value As Object
value = instance.AsyncState
instance.AsyncState = value
public Object AsyncState { get; protected set; }
Property Value
Type: System.Object