ExchangeServiceBinding.EndGetRoomLists Method

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Function EndGetRoomLists ( _
    asyncResult As IAsyncResult _
) As GetRoomListsResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As GetRoomListsResponseMessageType

returnValue = instance.EndGetRoomLists(asyncResult)
public GetRoomListsResponseMessageType EndGetRoomLists(
    IAsyncResult asyncResult
)

Parameters