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