C# 클래스 PresenceHub, code

상속: Hub
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
OnConnectedAsync ( ) : Task,

Called whenever a user is connected to the hub. We will send him all the user information

PresenceHub ( IPbxConnection connection )

Constructor, pbx connection must be provided by dependency injection

메소드 상세

OnConnectedAsync() 공개 메소드

Called whenever a user is connected to the hub. We will send him all the user information
public OnConnectedAsync ( ) : Task,
리턴 Task,

PresenceHub() 공개 메소드

Constructor, pbx connection must be provided by dependency injection
public PresenceHub ( IPbxConnection connection )
connection IPbxConnection