C# Class openHistorian.ServiceConnectionHubClient

Represents a client instance of a ServiceHub for a remote console connection.
Inheritance: GSF.Web.Hubs.HubClientBase
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode Description
SendCommand ( string command ) : void

Sends a service command.

ServiceConnectionHubClient ( ) : System

Creates a new ServiceConnectionHubClient instance.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the ServiceConnectionHubClient object and optionally releases the managed resources.

Private Methods

Méthode Description
BroadcastMessage ( string message, string color ) : void
m_serviceHost_UpdatedStatus ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Releases the unmanaged resources used by the ServiceConnectionHubClient object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

SendCommand() public méthode

Sends a service command.
public SendCommand ( string command ) : void
command string Command string.
Résultat void

ServiceConnectionHubClient() public méthode

Creates a new ServiceConnectionHubClient instance.
public ServiceConnectionHubClient ( ) : System
Résultat System