C# Class PresenceHub, code

Inheritance: Hub
Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
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

Method Details

OnConnectedAsync() public method

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

PresenceHub() public method

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