Compartir a través de


AsyncResult Constructor (Object, Boolean)

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

Syntax

'Declaration
Protected Sub New ( _
    asyncState As Object, _
    completedSynchronously As Boolean _
)
'Usage
Dim asyncState As Object
Dim completedSynchronously As Boolean

Dim instance As New AsyncResult(asyncState, _
    completedSynchronously)
protected AsyncResult(
    Object asyncState,
    bool completedSynchronously
)

Parameters