C# Class Microsoft.AspNet.SignalR.Hubs.HubInvokerContext

Inheritance: IHubIncomingInvokerContext
Mostra file Open project: SignalR/SignalR Class Usage Examples

Public Methods

Method Description
HubInvokerContext ( IHub hub, StateChangeTracker tracker, MethodDescriptor methodDescriptor, IList args ) : System.Collections.Generic

Method Details

HubInvokerContext() public method

public HubInvokerContext ( IHub hub, StateChangeTracker tracker, MethodDescriptor methodDescriptor, IList args ) : System.Collections.Generic
hub IHub
tracker StateChangeTracker
methodDescriptor MethodDescriptor
args IList
return System.Collections.Generic