Interface INotificationSubscription
Enhances the IEventSubscription Interfacs.
Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public interface INotificationSubscription
Properties
View SourceSubscriptionToken
Identifier for the INotificationSubscription.
Declaration
SubscriptionToken SubscriptionToken { get; }
Property Value
Type | Description |
---|---|
SubscriptionToken |
Methods
View SourceGetExecutionStrategy()
Gets the execution strategy to push this notification.
Declaration
MulticastDelegate GetExecutionStrategy()
Returns
Type | Description |
---|---|
System.MulticastDelegate | The System.MulticastDelegate that represents the execution strategy. |