Class SubscriptionClearedEventArgs
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Arguments for a clear Subscription event.
Inheritance
System.Object
System.EventArgs
SubscriptionClearedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public class SubscriptionClearedEventArgs : EventArgs
Constructors
SubscriptionClearedEventArgs()
Declaration
public SubscriptionClearedEventArgs()
Properties
SubscriptionKey
The key of the cleared Subscription.
Declaration
public Uri SubscriptionKey { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |