Compartir a través de


AsyncEnumerator<T>.AsyncResult Property

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public ReadOnly Property AsyncResult As AsyncResult(Of T)
    Get
'Usage
Dim instance As AsyncEnumerator
Dim value As AsyncResult(Of T)

value = instance.AsyncResult
public AsyncResult<T> AsyncResult { get; }