Class EventMissedEventArgs
Holds event data about remote event that was missed.
Inheritance
System.Object
System.EventArgs
EventMissedEventArgs
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.Events.Providers
Assembly: EPiServer.Events.dll
Version: 9.12.2Syntax
public class EventMissedEventArgs : EventArgs
Constructors
EventMissedEventArgs(Guid)
Initializes a new instance of the EventNotificationEventArgs class.
Declaration
public EventMissedEventArgs(Guid eventId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | eventId | The event identity. |
Properties
EventId
Gets the identity of the current event.
Declaration
public Guid EventId { get; }
Property Value
Type | Description |
---|---|
System.Guid |