IOnBroadcastChannelSubscribed.OnSubscribed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task OnSubscribed (Orleans.BroadcastChannel.IBroadcastChannelSubscription streamSubscription);
abstract member OnSubscribed : Orleans.BroadcastChannel.IBroadcastChannelSubscription -> System.Threading.Tasks.Task
Public Function OnSubscribed (streamSubscription As IBroadcastChannelSubscription) As Task
Parameters
- streamSubscription
- IBroadcastChannelSubscription