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