Share via


HubMetadata(Type) Constructor

Definition

Constructs the HubMetadata of the given Hub type.

public:
 HubMetadata(Type ^ hubType);
public HubMetadata (Type hubType);
new Microsoft.AspNetCore.SignalR.HubMetadata : Type -> Microsoft.AspNetCore.SignalR.HubMetadata
Public Sub New (hubType As Type)

Parameters

hubType
Type

The Type of the Hub.

Applies to