次の方法で共有


HubMetadata(Type) コンストラクター

定義

指定HubしたHubMetadata型の を構築します。

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

パラメーター

hubType
Type

HubType

適用対象