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)
Syntaxpublic AggregatorConfigChangedEventArgs(
KsiException exception,
IKsiService ksiService
)
Public Sub New (
exception As KsiException,
ksiService As IKsiService
)
public:
AggregatorConfigChangedEventArgs(
KsiException^ exception,
IKsiService^ ksiService
)
new :
exception : KsiException *
ksiService : IKsiService -> AggregatorConfigChangedEventArgs
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