C# 클래스 Dev2.Runtime.WebServer.Hubs.Server

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Server ( IHubConnectionContext clients, IWorkspaceRepository workspaceRepository ) : System

메소드 상세

GetWorkspaceID() 공개 메소드

public GetWorkspaceID ( IIdentity identity ) : System.Guid
identity IIdentity
리턴 System.Guid

SendDebugState() 공개 메소드

public SendDebugState ( string debugState, string connectionID = null ) : void
debugState string
connectionID string
리턴 void

SendMemo() 공개 메소드

public SendMemo ( string memo, string connectionID = null ) : void
memo string
connectionID string
리턴 void

SendServerID() 공개 메소드

public SendServerID ( System.Guid serverID, string connectionID = null ) : void
serverID System.Guid
connectionID string
리턴 void

SendWorkspaceID() 공개 메소드

public SendWorkspaceID ( System.Guid workspaceID, string connectionID = null ) : void
workspaceID System.Guid
connectionID string
리턴 void