메소드 | 설명 | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
리턴 | void |
public SendCommand ( string command ) : void | ||
command | string | Command string. |
리턴 | void |