Click or drag to resize
IIpLogDecoderPluginDecodeAllLeases Method

[This is preliminary documentation and is subject to change.]

Decodes a batch of leases

Namespace: Netadmin.Management.IpLog
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, IDecodeResult> DecodeAllLeases(
	IIpLogConfig config,
	IEnumerable<IParsedLease> leases
)

Parameters

config
Type: Netadmin.Management.IpLog.DtoIIpLogConfig
The active configuration
leases
Type: System.Collections.GenericIEnumerableIParsedLease
The parsed leases to decode

Return Value

Type: IReadOnlyDictionaryInt64, IDecodeResult
a dictionary with the id of the lease as key (REQUIRED) and the parse result as value
See Also