IStreamSubscriptionObserver Interface
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.
When implemented by a grain, notifies the grain of any new or resuming subscriptions.
public interface IStreamSubscriptionObserver
type IStreamSubscriptionObserver = interface
Public Interface IStreamSubscriptionObserver
Methods
OnSubscribed(IStreamSubscriptionHandleFactory) |
Called when this grain receives a message for a stream which it has not yet explicitly subscribed to or resumed. |