| HazelcastClientGetPNCounter Method |
PN (Positive-Negative) CRDT counter.
Namespace:
Hazelcast.Client
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax public IPNCounter GetPNCounter(
string name
)
Public Function GetPNCounter (
name As String
) As IPNCounter
public:
virtual IPNCounter^ GetPNCounter(
String^ name
) sealed
abstract GetPNCounter :
name : string -> IPNCounter
override GetPNCounter :
name : string -> IPNCounter
Parameters
- name
- Type: SystemString
name of the IPNCounter proxy
Return Value
Type:
IPNCounterIPNCounter proxy for the given name
Implements
IHazelcastInstanceGetPNCounter(String)See Also