Skip to main content

ServerEventCommand

Assembly: ServiceStack.Client.dll
View Source
Declaration
public class ServerEventCommand : ServerEventMessage, IMeta

Properties

UserId

View Source
Declaration
public string UserId { get; set; }

DisplayName

View Source
Declaration
public string DisplayName { get; set; }

ProfileUrl

View Source
Declaration
public string ProfileUrl { get; set; }

IsAuthenticated

View Source
Declaration
public bool IsAuthenticated { get; set; }

Channels

View Source
Declaration
public string[] Channels { get; set; }

CreatedAt

View Source
Declaration
public DateTime CreatedAt { get; set; }

Inherited Properties

Channel

View Source
Declaration
public string Channel { get; set; }

CssSelector

View Source
Declaration
public string CssSelector { get; set; }

Data

View Source
Declaration
public string Data { get; set; }

EventId

View Source
Declaration
public long EventId { get; set; }

Json

View Source
Declaration
public string Json { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }

Op

View Source
Declaration
public string Op { get; set; }

Selector

View Source
Declaration
public string Selector { get; set; }

Target

View Source
Declaration
public string Target { get; set; }

Implements