C# 클래스 openHistorian.ServiceConnectionHubClient

Represents a client instance of a ServiceHub for a remote console connection.
상속: GSF.Web.Hubs.HubClientBase
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
SendCommand ( string command ) : void

Sends a service command.

ServiceConnectionHubClient ( ) : System

Creates a new ServiceConnectionHubClient instance.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
BroadcastMessage ( string message, string color ) : void
m_serviceHost_UpdatedStatus ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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.
리턴 void

SendCommand() 공개 메소드

Sends a service command.
public SendCommand ( string command ) : void
command string Command string.
리턴 void

ServiceConnectionHubClient() 공개 메소드

Creates a new ServiceConnectionHubClient instance.
public ServiceConnectionHubClient ( ) : System
리턴 System