public static SubscriptionToken Subscribe( Action<EventArgs> action, bool keepSubscriberAlive )
Public Shared Function Subscribe( _ ByVal action As Action(Of EventArgs), _ Optional ByVal keepSubscriberAlive As Boolean _ ) As SubscriptionToken
Parameters
- action
- The method to call.
- keepSubscriberAlive
- Subscribe with a strong reference. Default is false (weak reference).
Return Value
A SubscriptionToken that can be used to unsubscribe with.