IUserIdProvider.GetUserId(HubConnectionContext) Methode

Definition

Ruft die Benutzer-ID für die angegebene Verbindung ab.

public:
 System::String ^ GetUserId(Microsoft::AspNetCore::SignalR::HubConnectionContext ^ connection);
public string GetUserId (Microsoft.AspNetCore.SignalR.HubConnectionContext connection);
public string? GetUserId (Microsoft.AspNetCore.SignalR.HubConnectionContext connection);
abstract member GetUserId : Microsoft.AspNetCore.SignalR.HubConnectionContext -> string
Public Function GetUserId (connection As HubConnectionContext) As String

Parameter

connection
HubConnectionContext

Die Verbindung, für die die Benutzer-ID abgerufen werden soll.

Gibt zurück

Die Benutzer-ID für die angegebene Verbindung.

Gilt für: