Click or drag to resize

AggregatorConfigChangedEventArgs Constructor (AggregatorConfig, IKsiService)

Create aggregator configuration changed event arguments class instance.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public AggregatorConfigChangedEventArgs(
	AggregatorConfig aggregatorConfig,
	IKsiService ksiService = null
)

Parameters

aggregatorConfig
Type: Guardtime.KSI.ServiceAggregatorConfig
New aggregator configuration
ksiService (Optional)
Type: Guardtime.KSI.ServiceIKsiService
KsiService that made the aggregator configuration request
See Also