Table of Contents

Interface IServerInfo

Namespace
XENBIT.ResQueServe.Abstractions.Interfaces
Assembly
RQS.Abstractions.dll
public interface IServerInfo

Properties

DashboardBaseUrl

string DashboardBaseUrl { get; set; }

Property Value

string

DefaultHotkeys

IHotkey[] DefaultHotkeys { get; }

Property Value

IHotkey[]

Features

IServerFeatures? Features { get; set; }

Property Value

IServerFeatures

IsAuthenticated

bool IsAuthenticated { get; set; }

Property Value

bool

IsDispatcherTagConfigured

bool IsDispatcherTagConfigured { get; set; }

Property Value

bool

IsWorkplaceAssigned

bool IsWorkplaceAssigned { get; set; }

Property Value

bool

ServerBaseUrl

string ServerBaseUrl { get; set; }

Property Value

string

ServerName

string ServerName { get; set; }

Property Value

string

UpdateUrl

string UpdateUrl { get; set; }

Property Value

string

User

IUserInfo? User { get; set; }

Property Value

IUserInfo

Windows

IWindowDefinition[] Windows { get; set; }

Property Value

IWindowDefinition[]