Microsoft.AspNet.SignalR.PersistentConnection.OnConnected C# (CSharp) Метод

OnConnected() защищенный Метод

Called when a new connection is made.
protected OnConnected ( IRequest request, string connectionId ) : System.Threading.Tasks.Task
request IRequest The for the current connection.
connectionId string The id of the connecting client.
Результат System.Threading.Tasks.Task
        protected virtual Task OnConnected(IRequest request, string connectionId)
        {
            return TaskAsyncHelper.Empty;
        }