ExchangeServiceBinding.BeginExpandDL Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die BeginExpandDL(ExpandDLType, AsyncCallback, Object) -Methode wird verwendet, um einen asynchronen ExpandDL(ExpandDLType) Aufruf zu starten.
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
Parameter
- ExpandDL1
- ExpandDLType
- callback
- AsyncCallback
- asyncState
- Object
Gibt zurück
Die BeginExpandDL(ExpandDLType, AsyncCallback, Object) Methode gibt ein IAsyncResult-Objekt zurück.