Свойство | Type | Description | |
---|---|---|---|
ThrowIfUnexpected | void |
Méthode | Description | |
---|---|---|
AtomicFileCounter ( string counterFilePath ) : System | ||
Dispose ( ) : void | ||
GetCurrent ( ) : long | ||
IncrementWithAction ( long expectedCount, System.Action act ) : bool | ||
Init ( ) : bool |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
ThrowIfUnexpected ( |
public AtomicFileCounter ( string counterFilePath ) : System | ||
counterFilePath | string | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public IncrementWithAction ( long expectedCount, System.Action act ) : bool | ||
expectedCount | long | |
act | System.Action | |
Résultat | bool |