C# 클래스 openXDA.ServiceConnection

파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA 1 사용 예제들

공개 메소드들

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

Sends a service command.

비공개 메소드들

메소드 설명
BroadcastMessage ( System.Guid clientID, string message, string color ) : void
ServiceConnection ( ) : System
ServiceConnection ( IHubConnectionContext clients ) : System
m_serviceHost_UpdatedStatus ( object sender, EventArgs e ) : void

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( string connectionID ) : void
connectionID string
리턴 void

SendCommand() 공개 메소드

Sends a service command.
public SendCommand ( string connectionID, string command ) : void
connectionID string Client connection ID.
command string Command string.
리턴 void