MembershipClientUpdate Method |
Updates the properties of a membership by membership id.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Update(
string membershipId,
Nullable<bool> isModerator,
Action<SparkApiEventArgs<Membership>> completionHandler
)
Parameters
- membershipId
- Type: SystemString
The identifier of the membership. - isModerator
- Type: SystemNullableBoolean
if set to true [is moderator of the room]. The default is false. - completionHandler
- Type: SystemActionSparkApiEventArgsMembership
The completion event handler.
Remarks Since: 0.1.0
See Also