Show / Hide Table of Contents

Interface INotificationSubscription

Enhances the IEventSubscription Interfacs.

Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public interface INotificationSubscription

Properties

View Source

SubscriptionToken

Identifier for the INotificationSubscription.

Declaration
SubscriptionToken SubscriptionToken { get; }
Property Value
Type Description
SubscriptionToken

Methods

View Source

GetExecutionStrategy()

Gets the execution strategy to push this notification.

Declaration
MulticastDelegate GetExecutionStrategy()
Returns
Type Description
System.MulticastDelegate

The System.MulticastDelegate that represents the execution strategy.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX