IUserIdProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A provider abstraction for configuring the "User ID" for a connection.
public interface class IUserIdProvider
public interface IUserIdProvider
type IUserIdProvider = interface
Public Interface IUserIdProvider
- Derived
Remarks
IUserIdProvider is used by User(String) to invoke connections associated with a user.
Methods
GetUserId(HubConnectionContext) |
Gets the user ID for the specified connection. |