HubMetadata(Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
HubMetadata建構指定 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)