Click or drag to resize

ExtenderConfigChangedEventArgs Class

Class holding extender configuration changed event information.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Guardtime.KSI.ServiceExtenderConfigChangedEventArgs

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 ExtenderConfigChangedEventArgs : EventArgs

The ExtenderConfigChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodExtenderConfigChangedEventArgs(ExtenderConfig, IKsiService)
Create extender configuration changed event arguments class instance.
Public methodExtenderConfigChangedEventArgs(KsiException, IKsiService)
Create extender configuration changed event arguments class instance.
Top
Properties
  NameDescription
Public propertyException
Exception thrown while processing extender configuration request.
Public propertyExtenderConfig
New extender configuration.
Public propertyKsiService
KsiService that made the extender 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