C# 클래스 SignalR.Hubs.ClientAgent

상속: System.Dynamic.DynamicObject, IClientAgent, IGroupManager
파일 보기 프로젝트 열기: ayende/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
AddToGroup ( string clientId, string groupName ) : System.Threading.Tasks.Task
ClientAgent ( IConnection connection, string hubName ) : System.Dynamic
Invoke ( IConnection connection, string signal, string hubName, string method, object args ) : System.Threading.Tasks.Task
Invoke ( string method ) : System.Threading.Tasks.Task
RemoveFromGroup ( string clientId, string groupName ) : System.Threading.Tasks.Task
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool
this ( string key ) : dynamic

비공개 메소드들

메소드 설명
SendCommand ( string clientId, CommandType commandType, object commandValue ) : System.Threading.Tasks.Task

메소드 상세

AddToGroup() 공개 메소드

public AddToGroup ( string clientId, string groupName ) : System.Threading.Tasks.Task
clientId string
groupName string
리턴 System.Threading.Tasks.Task

ClientAgent() 공개 메소드

public ClientAgent ( IConnection connection, string hubName ) : System.Dynamic
connection IConnection
hubName string
리턴 System.Dynamic

Invoke() 공개 정적인 메소드

public static Invoke ( IConnection connection, string signal, string hubName, string method, object args ) : System.Threading.Tasks.Task
connection IConnection
signal string
hubName string
method string
args object
리턴 System.Threading.Tasks.Task

Invoke() 공개 메소드

public Invoke ( string method ) : System.Threading.Tasks.Task
method string
리턴 System.Threading.Tasks.Task

RemoveFromGroup() 공개 메소드

public RemoveFromGroup ( string clientId, string groupName ) : System.Threading.Tasks.Task
clientId string
groupName string
리턴 System.Threading.Tasks.Task

TryGetMember() 공개 메소드

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
리턴 bool

TryInvokeMember() 공개 메소드

public TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool
binder System.Dynamic.InvokeMemberBinder
args object
result object
리턴 bool

this() 공개 메소드

public this ( string key ) : dynamic
key string
리턴 dynamic