C# Class Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.Session

ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Dispose pattern implementation

Pause ( ) : void

Pause this session.

Resume ( ) : void

Resume this session.

Start ( ) : void

Start this session.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose pattern implementation

Private Methods

Method Description
NewSessionHelper ( ) : void
PauseSessionHelper ( ) : void
ResumeSessionHelper ( ) : void
RetrieveSessionStorage ( ) : void
SaveSessionStorage ( ) : void
Session ( string appID, MobileAnalyticsManagerConfig maConfig ) : System.Threading
StopSessionHelper ( ) : void

Method Details

Dispose() public method

Dispose pattern implementation
public Dispose ( ) : void
return void

Dispose() protected method

Dispose pattern implementation
protected Dispose ( bool disposing ) : void
disposing bool if disposing
return void

Pause() public method

Pause this session.
public Pause ( ) : void
return void

Resume() public method

Resume this session.
public Resume ( ) : void
return void

Start() public method

Start this session.
public Start ( ) : void
return void