C# Класс PhoneApp1.AppContext

Показать файл Открыть проект

Открытые методы

Метод Описание
BuildReadmillLikeUri ( string highlightId ) : Uri
ResetTokenRefreshing ( ) : void

Reset the token refreshing flag to indicate that no actor is now in the process of refreshing the token.

TokenRefreshing ( ) : bool

This method is intended to be called by actors who discover that the token has been invalidated and needs to be refreshed. Only on actor needs to refresh the token so the first actor who calls is indicated that no one is refreshing the token yet.

Описание методов

BuildReadmillLikeUri() публичный статический Метод

public static BuildReadmillLikeUri ( string highlightId ) : Uri
highlightId string
Результат System.Uri

ResetTokenRefreshing() публичный статический Метод

Reset the token refreshing flag to indicate that no actor is now in the process of refreshing the token.
public static ResetTokenRefreshing ( ) : void
Результат void

TokenRefreshing() публичный статический Метод

This method is intended to be called by actors who discover that the token has been invalidated and needs to be refreshed. Only on actor needs to refresh the token so the first actor who calls is indicated that no one is refreshing the token yet.
public static TokenRefreshing ( ) : bool
Результат bool