Class Event
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
ConnectionId
ID of the connection emitting the event.
public long ConnectionId { get; set; }
Property Value
Type
Type of event.
public string Type { get; set; }