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)
Syntaxpublic AggregatorConfigChangedEventArgs(
AggregatorConfig aggregatorConfig,
IKsiService ksiService = null
)
Public Sub New (
aggregatorConfig As AggregatorConfig,
Optional ksiService As IKsiService = Nothing
)
public:
AggregatorConfigChangedEventArgs(
AggregatorConfig^ aggregatorConfig,
IKsiService^ ksiService = nullptr
)
new :
aggregatorConfig : AggregatorConfig *
?ksiService : IKsiService
(* Defaults:
let _ksiService = defaultArg ksiService null
*)
-> AggregatorConfigChangedEventArgs
Parameters
- aggregatorConfig
- Type: Guardtime.KSI.ServiceAggregatorConfig
New aggregator configuration - ksiService (Optional)
- Type: Guardtime.KSI.ServiceIKsiService
KsiService that made the aggregator configuration request
See Also