C# 클래스 SmartSync.AtomicFileCounter

상속: IDisposable
파일 보기 프로젝트 열기: projectkudu/KuduCalf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ThrowIfUnexpected void

공개 메소드들

메소드 설명
AtomicFileCounter ( string counterFilePath ) : System
Dispose ( ) : void
GetCurrent ( ) : long
IncrementWithAction ( long expectedCount, System.Action act ) : bool
Init ( ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
ThrowIfUnexpected ( Exception ex ) : void

메소드 상세

AtomicFileCounter() 공개 메소드

public AtomicFileCounter ( string counterFilePath ) : System
counterFilePath string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCurrent() 공개 메소드

public GetCurrent ( ) : long
리턴 long

IncrementWithAction() 공개 메소드

public IncrementWithAction ( long expectedCount, System.Action act ) : bool
expectedCount long
act System.Action
리턴 bool

Init() 공개 메소드

public Init ( ) : bool
리턴 bool