C# Class SignalR.Signaler

Show file Open project: ayende/SignalR Class Usage Examples

Public Methods

Method Description
Signal ( string eventKey ) : Task
Signaler ( ) : System
Subscribe ( ) : Task
Subscribe ( IEnumerable eventKeys ) : Task
Subscribe ( System.TimeSpan timeout, CancellationToken cancellationToken ) : Task
Subscribe ( System.TimeSpan timeout, CancellationToken cancellationToken, IEnumerable eventKeys ) : Task
Subscribe ( System.TimeSpan timeout, IEnumerable eventKeys ) : Task
Subscribe ( System.TimeSpan timeout, string eventKey ) : Task
Subscribe ( string eventKey ) : Task

Method Details

Signal() public method

public Signal ( string eventKey ) : Task
eventKey string
return Task

Signaler() public method

public Signaler ( ) : System
return System

Subscribe() public method

public Subscribe ( ) : Task
return Task

Subscribe() public method

public Subscribe ( IEnumerable eventKeys ) : Task
eventKeys IEnumerable
return Task

Subscribe() public method

public Subscribe ( System.TimeSpan timeout, CancellationToken cancellationToken ) : Task
timeout System.TimeSpan
cancellationToken System.Threading.CancellationToken
return Task

Subscribe() public method

public Subscribe ( System.TimeSpan timeout, CancellationToken cancellationToken, IEnumerable eventKeys ) : Task
timeout System.TimeSpan
cancellationToken System.Threading.CancellationToken
eventKeys IEnumerable
return Task

Subscribe() public method

public Subscribe ( System.TimeSpan timeout, IEnumerable eventKeys ) : Task
timeout System.TimeSpan
eventKeys IEnumerable
return Task

Subscribe() public method

public Subscribe ( System.TimeSpan timeout, string eventKey ) : Task
timeout System.TimeSpan
eventKey string
return Task

Subscribe() public method

public Subscribe ( string eventKey ) : Task
eventKey string
return Task