C# Class Amazon.Runtime.Internal.Util.TimingEvent

Timing event, stops timing of a metric when disposed
Inheritance: IDisposable
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes of all managed and unmanaged resources.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Implements the Dispose pattern for the AmazonWebServiceClient

Private Methods

Méthode Description
TimingEvent ( RequestMetrics metrics, Metric metric ) : System

Method Details

Dispose() public méthode

Disposes of all managed and unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Implements the Dispose pattern for the AmazonWebServiceClient
protected Dispose ( bool disposing ) : void
disposing bool Whether this object is being disposed via a call to Dispose /// or garbage collected.
Résultat void