Releases the given number of permits, increasing the number of
available permits by that amount.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- permits
- Type: SystemInt32
the number of permits to release
Exceptions
Exception | Condition |
---|---|
ArgumentException | if permits is negative |
Remarks
See Also