Share via


AsyncResultCallback Delegate

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

Syntax

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

Parameters