AsyncResult Constructor (AsyncCallback, Object, Boolean)

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

Syntax

'Declaration
Public Sub New ( _
    callback As AsyncCallback, _
    asyncState As Object, _
    completedSynchronously As Boolean _
)
'Usage
Dim callback As AsyncCallback
Dim asyncState As Object
Dim completedSynchronously As Boolean

Dim instance As New AsyncResult(callback, _
    asyncState, completedSynchronously)
public AsyncResult(
    AsyncCallback callback,
    Object asyncState,
    bool completedSynchronously
)

Parameters