Edit

Share via


IStreamSubscriptionObserver.OnSubscribed Method

Definition

Called when this grain receives a message for a stream which it has not yet explicitly subscribed to or resumed.

public System.Threading.Tasks.Task OnSubscribed (Orleans.Streams.Core.IStreamSubscriptionHandleFactory handleFactory);
abstract member OnSubscribed : Orleans.Streams.Core.IStreamSubscriptionHandleFactory -> System.Threading.Tasks.Task
Public Function OnSubscribed (handleFactory As IStreamSubscriptionHandleFactory) As Task

Parameters

handleFactory
IStreamSubscriptionHandleFactory

The handle factory.

Returns

A Task representing the operation.

Applies to