AsyncResult<T>.End Method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Function End As T
'Usage
Dim instance As AsyncResult
Dim returnValue As T
returnValue = instance.End()
public T End()
Return Value
Type: T