메소드 | 설명 | |
---|---|---|
GetPerformanceStatistics ( ) : string |
Gets current performance statistics for service.
|
|
GetServerTime ( ) : System.DateTime |
Gets the current server time.
|
|
OnConnected ( ) : System.Threading.Tasks.Task | ||
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task | ||
SendCommand ( string command ) : void |
Sends a service command.
|
|
ServiceHub ( ) : System |
Creates a new ServiceHub instance.
|
public OnConnected ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task | ||
stopCalled | bool | |
리턴 | System.Threading.Tasks.Task |
public SendCommand ( string command ) : void | ||
command | string | Command string. |
리턴 | void |