Retrieves the details for a room by id.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Get(
string roomId,
Action<SparkApiEventArgs<Room>> completionHandler
)
Parameters
- roomId
- Type: SystemString
The identifier of the room. - completionHandler
- Type: SystemActionSparkApiEventArgsRoom
The completion event handler.
Remarks Since: 0.1.0
See Also