Click or drag to resize

AggregatorConfigChangedEventArgs Constructor (KsiException, 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(
	KsiException exception,
	IKsiService ksiService
)

Parameters

exception
Type: Guardtime.KSI.ExceptionsKsiException
Exception thrown while processing aggregator configuration request
ksiService
Type: Guardtime.KSI.ServiceIKsiService
KsiService that made the aggregator configuration request
See Also