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

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose pattern implementation

Pause ( ) : void

Pause this session.

Resume ( ) : void

Resume this session.

Start ( ) : void

Start this session.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose pattern implementation

Private Methods

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

Method Details

Dispose() public méthode

Dispose pattern implementation
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Dispose pattern implementation
protected Dispose ( bool disposing ) : void
disposing bool if disposing
Résultat void

Pause() public méthode

Pause this session.
public Pause ( ) : void
Résultat void

Resume() public méthode

Resume this session.
public Resume ( ) : void
Résultat void

Start() public méthode

Start this session.
public Start ( ) : void
Résultat void