| IntegerSumAggregator Constructor (String) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax public IntegerSumAggregator(
string attributePath
)
Public Sub New (
attributePath As String
)
public:
IntegerSumAggregator(
String^ attributePath
)
new :
attributePath : string -> IntegerSumAggregator
Parameters
- attributePath
- Type: SystemString
See Also