Property | Type | Description | |
---|---|---|---|
ThrowIfUnexpected | void |
Method | Description | |
---|---|---|
AtomicFileCounter ( string counterFilePath ) : System | ||
Dispose ( ) : void | ||
GetCurrent ( ) : long | ||
IncrementWithAction ( long expectedCount, System.Action act ) : bool | ||
Init ( ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ThrowIfUnexpected ( |
public AtomicFileCounter ( string counterFilePath ) : System | ||
counterFilePath | string | |
return | System |
public IncrementWithAction ( long expectedCount, System.Action act ) : bool | ||
expectedCount | long | |
act | System.Action | |
return | bool |