Class EventMissedEventArgs
Holds event data about remote event that was missed.
Inheritance
System.Object
EventMissedEventArgs
Namespace: EPiServer.Events.Providers
Assembly: EPiServer.Events.dll
Version: 12.0.3Syntax
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 |