Class EventSourceMessageReceivedEventArgs
EventSourceMessageReceived
public sealed class EventSourceMessageReceivedEventArgs : EventArgs
- Inheritance
-
EventSourceMessageReceivedEventArgs
- Inherited Members
Properties
Data
Gets or sets the data
[JsonPropertyName("data")]
public string Data { get; set; }
Property Value
EventId
Gets or sets the eventId
[JsonPropertyName("eventId")]
public string EventId { get; set; }
Property Value
EventName
Gets or sets the eventName
[JsonPropertyName("eventName")]
public string EventName { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }