Class EventSite
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Represents a site participating in the Event framework.
Inheritance
Inherited Members
Namespace: EPiServer.Events.Providers.Internal
Assembly: EPiServer.Events.dll
Version: 11.20.7Syntax
public class EventSite
Constructors
EventSite(String, Byte[])
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the EventSite class.
Declaration
public EventSite(string siteId, byte[] secret)
Parameters
Type | Name | Description |
---|---|---|
System.String | siteId | The identifier string of the site. |
System.Byte[] | secret | The site secret. |
Fields
ValueComparer
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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.Collections.Generic.IEqualityComparer<EventSite> |
Properties
Secret
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the site secret added to this EventSite instance.
Declaration
public byte[] Secret { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
SiteId
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the identifier of the site referenced by this EventSite instance.
Declaration
public string SiteId { get; }
Property Value
Type | Description |
---|---|
System.String |
UniqueId
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the unique identifier of this EventSite instance. This property is populated automatically when a new instance is created.
Declaration
public Guid UniqueId { get; }
Property Value
Type | Description |
---|---|
System.Guid |