ICloudCounter
Namespace: MBrace.Runtime
Defines a distributed counter entity.
Instance members
Instance member | Description |
Increment()
Signature: unit -> Async<int64>
Modifiers: abstract |
Asynchronously increments counter by 1, returning the updated count |
Value
Signature: Async<int64>
Modifiers: abstract |
Asynchronously fetches the current value for the counter. CompiledName: |