Microsoft.AspNetCore.SignalR.PersistentConnection.OnConnected C# (CSharp) 메소드

OnConnected() 보호된 메소드

Called when a new connection is made.
protected OnConnected ( HttpRequest request, string connectionId ) : System.Threading.Tasks.Task
request HttpRequest The for the current connection.
connectionId string The id of the connecting client.
리턴 System.Threading.Tasks.Task
        protected virtual Task OnConnected(HttpRequest request, string connectionId)
        {
            return TaskAsyncHelper.Empty;
        }