IKioWareServer Interface

Provides functionality for interacting with KioWare Server.

Methods

Type Signature
Guid? CreateAppLog(string groupName, string message)
Creates a new app log entry.
Guid? AddAppLogData(Guid appLogId, string name, string value)
Adds additional data to an app log entry.

Properties

Type Signature
string SiteName
The configured KioWare Server site name.
string KioskName
The configured KioWare Server kiosk name.
string UnitName
The configured KioWare Server unit name.
string ClientName
The configured KioWare Server client name.
string ServerUrl
The configured KioWare Server communication Url.
Interface IContentUpdate
An interface for content update specific tasks and notifications.