MembershipClientList Method (String, NullableInt32, ActionSparkApiEventArgsListMembership) |
Lists all memberships in the given room by room Id.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void List(
string roomId,
Nullable<int> max,
Action<SparkApiEventArgs<List<Membership>>> completionHandler
)
Parameters
- roomId
- Type: SystemString
The identifier of the room where the membership belongs. - max
- Type: SystemNullableInt32
The maximum number of memberships in the response. - completionHandler
- Type: SystemActionSparkApiEventArgsListMembership
The completion event handler.
Remarks Since: 0.1.0
See Also