Share via


ExchangeServiceBinding.BeginExpandDL Method

The BeginExpandDL method is used to begin an asynchronous ExpandDL call.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Function BeginExpandDL ( _
    ExpandDL1 As ExpandDLType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim ExpandDL1 As ExpandDLType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginExpandDL(ExpandDL1, _
    callback, asyncState)
public IAsyncResult BeginExpandDL(
    ExpandDLType ExpandDL1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult
The BeginExpandDL method returns an IAsyncResult object.