Class SystemService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.SystemService : xbe.sdk.ServiceBase#

Public Functions

SystemService ()#
Task<DateTime> GetServerTime ()#

Retrieves the current server time from the backend services.

Return:

A task whose result is the current server time.

Task<Object> GetServiceStatus (string serviceName = "")#

Retrieves the current operating status of the service with the given name. If no name is given, queries the root service status.

Param serviceName:

Name of the requested service

Return:

A task whose result is the current service status.