Share via


AsyncResultCallback<T> Delegate

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

Syntax

'Declaration
Public Delegate Sub AsyncResultCallback(Of T) ( _
    asyncResult As AsyncResult(Of T) _
)
'Usage
Dim instance As New AsyncResultCallback(Of T)(AddressOf HandlerMethod)
public delegate void AsyncResultCallback<T>(
    AsyncResult<T> asyncResult
)

Type Parameters

  • T

Parameters