Click or drag to resize

ExtenderConfigChangedEventArgs Constructor (KsiException, IKsiService)

Create extender 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 ExtenderConfigChangedEventArgs(
	KsiException exception,
	IKsiService ksiService
)

Parameters

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