Show / Hide Table of Contents

Interface IUserContext

Encapsulates user context functionality.

Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IUserContext

Methods

View Source

GetRosterUserAsync()

Gets an IRosterUser from the current .

Declaration
Task<IRosterUser> GetRosterUserAsync()
Returns
Type Description
Task<IRosterUser>

See IRosterUser

View Source

GetUsernameAsync()

Gets the display name.

Declaration
Task<string> GetUsernameAsync()
Returns
Type Description
Task<System.String>

The claim

  • View Source
In This Article
Back to top Generated by DocFX