Class EventSite
Represents a site participating in the Event framework.
Inheritance
System.Object
EventSite
Namespace: EPiServer.Events.Providers.Internal
Assembly: EPiServer.Events.dll
Version: 12.0.3Syntax
public class EventSite : Object
Constructors
EventSite(String, Byte[])
Initializes a new instance of the Event
Declaration
public EventSite(string siteId, byte[] secret)
Parameters
Type | Name | Description |
---|---|---|
System. |
siteId | The identifier string of the site. |
System. |
secret | The site secret. |
Fields
ValueComparer
A comparer that only compares the values of each instance and ignores the UniqueId.
Declaration
public static readonly IEqualityComparer<EventSite> ValueComparer
Field Value
Type | Description |
---|---|
System. |
Properties
Secret
Gets the site secret added to this Event
Declaration
public byte[] Secret { get; }
Property Value
Type | Description |
---|---|
System. |
SiteId
Gets the identifier of the site referenced by this Event
Declaration
public string SiteId { get; }
Property Value
Type | Description |
---|---|
System. |
UniqueId
Gets the unique identifier of this Event
Declaration
public Guid UniqueId { get; }
Property Value
Type | Description |
---|---|
System. |