Overload | Description |
---|---|
Unsubscribe(Action<GroundToGridEventArgs>) | Unsubscribe from GroundToGridEvents by specifying the token that was returned by Subscribe. |
Unsubscribe(SubscriptionToken) | Unsubscribe from GroundToGridEvents by specifying the same action that was given to Subscribe. |