Click or drag to resize

AggregatorConfigChangedEventArgs Class

Class holding aggregator configuration changed event information.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Guardtime.KSI.ServiceAggregatorConfigChangedEventArgs

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class AggregatorConfigChangedEventArgs : EventArgs

The AggregatorConfigChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAggregatorConfigChangedEventArgs(AggregatorConfig, IKsiService)
Create aggregator configuration changed event arguments class instance.
Public methodAggregatorConfigChangedEventArgs(KsiException, IKsiService)
Create aggregator configuration changed event arguments class instance.
Top
Properties
  NameDescription
Public propertyAggregatorConfig
New aggregator configuration.
Public propertyException
Exception thrown while processing agregation configuration request.
Public propertyKsiService
KsiService that made the aggregator configuration request.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also