ExchangeServiceBinding.EndExpandDL(IAsyncResult) Method

Definition

The EndExpandDL(IAsyncResult) method is used to end an asynchronous ExpandDL(ExpandDLType) call.

public:
 ExchangeWebServices::ExpandDLResponseType ^ EndExpandDL(IAsyncResult ^ asyncResult);
public ExchangeWebServices.ExpandDLResponseType EndExpandDL (IAsyncResult asyncResult);
Public Function EndExpandDL (asyncResult As IAsyncResult) As ExpandDLResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndExpandDL(IAsyncResult) method returns an ExpandDLResponseType object.

Applies to