ExchangeServiceBinding.EndExpandDL(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.