C# Класс Amazon.Runtime.Internal.Util.TimingEvent

Timing event, stops timing of a metric when disposed
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes of all managed and unmanaged resources.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Implements the Dispose pattern for the AmazonWebServiceClient

Приватные методы

Метод Описание
TimingEvent ( RequestMetrics metrics, Metric metric ) : System

Описание методов

Dispose() публичный Метод

Disposes of all managed and unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void