OnSubscribed(IBroadcastChannelSubscription)
abstract
public abstract Task OnSubscribed(IBroadcastChannelSubscription streamSubscription) Attaches handlers to an activated broadcast channel subscription.
Parameters
streamSubscriptionIBroadcastChannelSubscription- The activated subscription.
Returns
A task which completes when subscription initialization has completed.
