ExchangeServiceBinding.GetDelegateAsync 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.
Overloads
GetDelegateAsync(GetDelegateType) |
The GetDelegateAsync(GetDelegateType) method provides asynchronous access to the GetDelegate operation. |
GetDelegateAsync(GetDelegateType, Object) |
The GetDelegateAsync(GetDelegateType, Object) method provides asynchronous access to the GetDelegate operation. |
GetDelegateAsync(GetDelegateType)
The GetDelegateAsync(GetDelegateType) method provides asynchronous access to the GetDelegate operation.
public:
void GetDelegateAsync(ExchangeWebServices::GetDelegateType ^ GetDelegate1);
public void GetDelegateAsync (ExchangeWebServices.GetDelegateType GetDelegate1);
Public Sub GetDelegateAsync (GetDelegate1 As GetDelegateType)
Parameters
- GetDelegate1
- GetDelegateType
The GetDelegate request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
GetDelegateAsync(GetDelegateType, Object)
The GetDelegateAsync(GetDelegateType, Object) method provides asynchronous access to the GetDelegate operation.
public:
void GetDelegateAsync(ExchangeWebServices::GetDelegateType ^ GetDelegate1, System::Object ^ userState);
public void GetDelegateAsync (ExchangeWebServices.GetDelegateType GetDelegate1, object userState);
Public Sub GetDelegateAsync (GetDelegate1 As GetDelegateType, userState As Object)
Parameters
- GetDelegate1
- GetDelegateType
The GetDelegate request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).