ServerlessHub<T> Class

Definition

public abstract class ServerlessHub<T> where T : class
type ServerlessHub<'T (requires 'T : null)> = class
Public MustInherit Class ServerlessHub(Of T)

Type Parameters

T
Inheritance
ServerlessHub<T>

Constructors

ServerlessHub<T>()

Initializes an instance of serverless hub and let the SignalR extension to handle the intialization job. Please use this constructor in your functions production codes.

ServerlessHub<T>(ServiceHubContext<T>)

Initializes an instance of serverless hub. This constructor is ususally used in test codes.

Properties

ClientManager

Get the client manager of this hub.

Clients

Gets an object that can be used to invoke methods on the clients connected to this hub.

Groups

Get the group manager of this hub.

HubName

Get the name of the hub.

UserGroups

Get the user group manager of this hub.

Methods

GetClaims(String)

Get claim list from a JWT.

NegotiateAsync(NegotiationOptions)

Gets client endpoint access information object for SignalR hub connections to connect to Azure SignalR Service

Applies to