ExchangeServiceBinding.GetRoomsAsync Method (GetRoomsType, Object)
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub GetRoomsAsync ( _
GetRooms1 As GetRoomsType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetRooms1 As GetRoomsType
Dim userState As Object
instance.GetRoomsAsync(GetRooms1, userState)
public void GetRoomsAsync(
GetRoomsType GetRooms1,
Object userState
)