Skip to main content

ServerEventUpdate

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

Inherited Properties

Channels

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

CreatedAt

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

DisplayName

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

IsAuthenticated

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

ProfileUrl

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

UserId

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

Implements