Method | Description | |
---|---|---|
GetWorkspaceID ( IIdentity identity ) : System.Guid | ||
SendDebugState ( string debugState, string connectionID = null ) : void | ||
SendMemo ( string memo, string connectionID = null ) : void | ||
SendServerID ( System.Guid serverID, string connectionID = null ) : void | ||
SendWorkspaceID ( System.Guid workspaceID, string connectionID = null ) : void |
Method | Description | |
---|---|---|
Server ( IHubConnectionContext |
public GetWorkspaceID ( IIdentity identity ) : System.Guid | ||
identity | IIdentity | |
return | System.Guid |
public SendDebugState ( string debugState, string connectionID = null ) : void | ||
debugState | string | |
connectionID | string | |
return | void |
public SendMemo ( string memo, string connectionID = null ) : void | ||
memo | string | |
connectionID | string | |
return | void |
public SendServerID ( System.Guid serverID, string connectionID = null ) : void | ||
serverID | System.Guid | |
connectionID | string | |
return | void |
public SendWorkspaceID ( System.Guid workspaceID, string connectionID = null ) : void | ||
workspaceID | System.Guid | |
connectionID | string | |
return | void |