AsyncEnumerator.AddAsync<T> Method (T)

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 _
) As T
'Usage
Dim instance As AsyncEnumerator
Dim asyncResult As T
Dim returnValue As T

returnValue = instance.AddAsync(asyncResult)
public T AddAsync<T>(
    T asyncResult
)
where T : IAsyncResult

Type Parameters

  • T

Parameters

  • asyncResult
    Type: T

Return Value

Type: T