IStreamSubscriptionObserver.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.
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.