Click or drag to resize

ExtenderConfig Constructor (NullableUInt64, IListString, NullableUInt64, NullableUInt64)

Create new extender configuration data 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 ExtenderConfig(
	Nullable<ulong> maxRequests,
	IList<string> parentsUris,
	Nullable<ulong> calendarFirstTime,
	Nullable<ulong> calendarLastTime
)

Parameters

maxRequests
Type: SystemNullableUInt64
Maximum number of requests the client is allowed to send within one second
parentsUris
Type: System.Collections.GenericIListString
Parent server URI (may be several parent servers)
calendarFirstTime
Type: SystemNullableUInt64
Aggregation time of the oldest calendar record the extender has
calendarLastTime
Type: SystemNullableUInt64
Aggregation time of the newest calendar record the extender has
See Also