次の方法で共有


IUserIdProvider.GetUserId(HubConnectionContext) メソッド

定義

指定した接続のユーザー ID を取得します。

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

パラメーター

connection
HubConnectionContext

ユーザー ID を取得するための接続。

戻り値

指定した接続のユーザー ID。

適用対象