C# 클래스 Amazon.Runtime.Internal.Util.TimingEvent

Timing event, stops timing of a metric when disposed
상속: IDisposable
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 메소드들

메소드 설명
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