Click or drag to resize

ExtenderConfig Class

Class containing extender configuration data.
Inheritance Hierarchy

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

The ExtenderConfig type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCalendarFirstTime
Aggregation time of the oldest calendar record the extender has
Public propertyCalendarLastTime
Aggregation time of the newest calendar record the extender has
Public propertyMaxRequests
Maximum number of requests the client is allowed to send within one second
Public propertyParentsUris
Parent server URI (may be several parent servers)
(Inherited from AbstractConfig.)
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(AbstractConfig)
Compare current config against another config.
(Inherited from AbstractConfig.)
Public methodEquals(ExtenderConfig)
Compare current extender config against another config.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also