C# 클래스 CK.Core.Impl.DisposableActivityMonitor

Trivial implementation of IDisposableActivityMonitor that respects the disposable pattern (to support potential unmanaged resources). Dispose() simply closes all opened groups.
상속: ActivityMonitor, IDisposableActivityMonitor
파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Automatically close any opened groups. Can be called multiple times.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Automatically close any opened groups. Can be called multiple times.

메소드 상세

Dispose() 공개 메소드

Automatically close any opened groups. Can be called multiple times.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Automatically close any opened groups. Can be called multiple times.
protected Dispose ( bool disposing ) : void
disposing bool True when is called, false when called from the Garbage collector.
리턴 void