Sdílet prostřednictvím


HubConnectionStore.Item[String] Vlastnost

Definice

Získejte id HubConnectionContext připojení.

public:
 property Microsoft::AspNetCore::SignalR::HubConnectionContext ^ default[System::String ^] { Microsoft::AspNetCore::SignalR::HubConnectionContext ^ get(System::String ^ connectionId); };
public Microsoft.AspNetCore.SignalR.HubConnectionContext this[string connectionId] { get; }
public Microsoft.AspNetCore.SignalR.HubConnectionContext? this[string connectionId] { get; }
member this.Item(string) : Microsoft.AspNetCore.SignalR.HubConnectionContext
Default Public ReadOnly Property Item(connectionId As String) As HubConnectionContext

Parametry

connectionId
String

ID připojení.

Hodnota vlastnosti

Připojení pro connectionId, null, pokud neexistuje žádné připojení.

Platí pro