C# Class Microsoft.AspNet.SignalR.Samples.Hubs.Counting.CountingHub

Inheritance: Hub
Mostrar archivo Open project: configit/SignalR-Original

Public Methods

Method Description
Send ( int n ) : Task

Method Details

Send() public method

public Send ( int n ) : Task
n int
return Task