C# 클래스 SignalR.EventStreamConnectionManager

파일 보기 프로젝트 열기: Buildstarted/SignalR.EventStream 1 사용 예제들

공개 메소드들

메소드 설명
AddConnection ( string clientId, string userId ) : void
EventStreamConnectionManager ( ) : System
GetConnection ( string userId ) : IEnumerable
RemoveUser ( string clientId ) : void

메소드 상세

AddConnection() 공개 메소드

public AddConnection ( string clientId, string userId ) : void
clientId string
userId string
리턴 void

EventStreamConnectionManager() 공개 메소드

public EventStreamConnectionManager ( ) : System
리턴 System

GetConnection() 공개 메소드

public GetConnection ( string userId ) : IEnumerable
userId string
리턴 IEnumerable

RemoveUser() 공개 메소드

public RemoveUser ( string clientId ) : void
clientId string
리턴 void