AsyncEnumerator.CompletedAsyncResults Property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public ReadOnly Property CompletedAsyncResults As IList(Of IAsyncResult)
Get
'Usage
Dim instance As AsyncEnumerator
Dim value As IList(Of IAsyncResult)
value = instance.CompletedAsyncResults
public IList<IAsyncResult> CompletedAsyncResults { get; }
Property Value
See Also