ExchangeServiceBinding.BeginExpandDL 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 BeginExpandDL(ExpandDLType, AsyncCallback, Object) method is used to begin an asynchronous ExpandDL(ExpandDLType) call.
public:
IAsyncResult ^ BeginExpandDL(ExchangeWebServices::ExpandDLType ^ ExpandDL1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginExpandDL (ExchangeWebServices.ExpandDLType ExpandDL1, AsyncCallback callback, object asyncState);
Public Function BeginExpandDL (ExpandDL1 As ExpandDLType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- ExpandDL1
- ExpandDLType
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginExpandDL(ExpandDLType, AsyncCallback, Object) method returns an IAsyncResult object.