AsyncEnumerator.GetAsyncResultCallback<T> Method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Function GetAsyncResultCallback(Of T) As AsyncResultCallback(Of T)
'Usage
Dim instance As AsyncEnumerator
Dim returnValue As AsyncResultCallback(Of T)
returnValue = instance.GetAsyncResultCallback()
public AsyncResultCallback<T> GetAsyncResultCallback<T>()
Type Parameters
- T