Condividi tramite


HubMetadata(Type) Costruttore

Definizione

Costruisce l'oggetto HubMetadata del tipo specificato Hub .

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

Parametri

hubType
Type

Oggetto Type dell'oggetto Hub.

Si applica a