ServerEventMessage
Assembly: ServiceStack.Client.dll
View Source
Declaration
public class ServerEventMessage : IMeta
Properties
EventId
View Source
Declaration
public long EventId { get; set; }
Channel
View Source
Declaration
public string Channel { get; set; }
Data
View Source
Declaration
public string Data { get; set; }
Selector
View Source
Declaration
public string Selector { get; set; }
Json
View Source
Declaration
public string Json { get; set; }
Op
View Source
Declaration
public string Op { get; set; }
Target
View Source
Declaration
public string Target { get; set; }
CssSelector
View Source
Declaration
public string CssSelector { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }