AsyncEnumerator.GetAsyncCallback Method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Function GetAsyncCallback As AsyncCallback
'Usage
Dim instance As AsyncEnumerator
Dim returnValue As AsyncCallback
returnValue = instance.GetAsyncCallback()
public AsyncCallback GetAsyncCallback()
Return Value
Type: System.AsyncCallback
See Also