Click or drag to resize

MembershipClientList Method (NullableInt32, ActionSparkApiEventArgsListMembership)

Lists all room memberships where the authenticated user belongs.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void List(
	Nullable<int> max,
	Action<SparkApiEventArgs<List<Membership>>> completionHandler
)

Parameters

max
Type: SystemNullableInt32
The maximum number of items in the response.
completionHandler
Type: SystemActionSparkApiEventArgsListMembership
The completion event handler.
Remarks
Since: 0.1.0
See Also