Table of Contents

Class Event

Namespace
PrivMX.Endpoint.Core.Models
Assembly
PrivMX.Endpoint.dll

Represents an event.

public class Event
Inheritance
Event
Derived
Inherited Members

Properties

Channel

Additional identifier of the subscribed source module and resource.

public string Channel { get; set; }

Property Value

string

ConnectionId

ID of the connection emitting the event.

public long ConnectionId { get; set; }

Property Value

long

Type

Type of event.

public string Type { get; set; }

Property Value

string