Cancel a subscription

To cancel a subscription, use the
-=
operator.

Example

public override void Stop() { Session.UserChange -= Session_UserChange; }
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.