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

Inheritance: IHubIncomingInvokerContext
Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript Class Usage Examples

Public Methods

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

Method Details

HubInvokerContext() public method

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