AsyncEnumerator<T>.End Method (T)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Sub End ( _
result As T _
)
'Usage
Dim instance As AsyncEnumerator
Dim result As T
instance.End(result)
public void End(
T result
)
Parameters
- result
Type: T