ExchangeServiceBinding.BeginGetServiceConfiguration Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginGetServiceConfiguration ( _
GetServiceConfiguration1 As GetServiceConfigurationType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim GetServiceConfiguration1 As GetServiceConfigurationType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetServiceConfiguration(GetServiceConfiguration1, _
callback, asyncState)
public IAsyncResult BeginGetServiceConfiguration(
GetServiceConfigurationType GetServiceConfiguration1,
AsyncCallback callback,
Object asyncState
)
Parameters
- GetServiceConfiguration1
Type: ExchangeWebServices.GetServiceConfigurationType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.