Table of Contents

Class TimingEvent

Namespace
Amazon.Runtime.Internal.Util
Assembly
AWSSDK.Core.dll

Timing event, stops timing of a metric when disposed

public class TimingEvent : IDisposable
Inheritance
TimingEvent
Implements
Inherited Members

Methods

Dispose()

Disposes of all managed and unmanaged resources.

public void Dispose()

Dispose(bool)

Implements the Dispose pattern

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

Whether this object is being disposed via a call to Dispose or garbage collected.

~TimingEvent()

The destructor for the client class.

protected ~TimingEvent()