AsyncEnumerator.AddAsync<T> Method (T, Action)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Function AddAsync(Of T As IAsyncResult) ( _
asyncResult As T, _
abortRequest As Action _
) As T
'Usage
Dim instance As AsyncEnumerator
Dim asyncResult As T
Dim abortRequest As Action
Dim returnValue As T
returnValue = instance.AddAsync(asyncResult, _
abortRequest)
public T AddAsync<T>(
T asyncResult,
Action abortRequest
)
where T : IAsyncResult
Type Parameters
- T
Return Value
Type: T