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)
Syntaxpublic ExtenderConfig(
Nullable<ulong> maxRequests,
IList<string> parentsUris,
Nullable<ulong> calendarFirstTime,
Nullable<ulong> calendarLastTime
)
Public Sub New (
maxRequests As Nullable(Of ULong),
parentsUris As IList(Of String),
calendarFirstTime As Nullable(Of ULong),
calendarLastTime As Nullable(Of ULong)
)
public:
ExtenderConfig(
Nullable<unsigned long long> maxRequests,
IList<String^>^ parentsUris,
Nullable<unsigned long long> calendarFirstTime,
Nullable<unsigned long long> calendarLastTime
)
new :
maxRequests : Nullable<uint64> *
parentsUris : IList<string> *
calendarFirstTime : Nullable<uint64> *
calendarLastTime : Nullable<uint64> -> ExtenderConfig
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