Protected Overridable Sub OnSubscribe( _ ByVal param As TSubscriptionParam, _ ByVal token As SubscriptionToken _ )
protected virtual void OnSubscribe( TSubscriptionParam param, SubscriptionToken token )
Parameters
- param
- The parameter passed to the Register method
- token
- The subscription token that is assigned to the subscriber