C# 클래스 PhoneApp1.AppContext

파일 보기 프로젝트 열기: totobogy/ReadmillDotNet

공개 메소드들

메소드 설명
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