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