C# Class uWebshop.Azure.AzureAppCacheTokenService

Inheritance: IApplicationCacheTokenService
ファイルを表示 Open project: uWebshop/-INACTIVE-uWebshop-Core

Public Methods

Method Description
GetToken ( ) : System.Guid
SetToken ( System.Guid token ) : void

Method Details

GetToken() public method

public GetToken ( ) : System.Guid
return System.Guid

SetToken() public method

public SetToken ( System.Guid token ) : void
token System.Guid
return void