IIpLogDecoderPluginDecodeAllLeases Method |
[This is preliminary documentation and is subject to change.]
Decodes a batch of leases
Namespace: Netadmin.Management.IpLogAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<long, IDecodeResult> DecodeAllLeases(
IIpLogConfig config,
IEnumerable<IParsedLease> leases
)
Function DecodeAllLeases (
config As IIpLogConfig,
leases As IEnumerable(Of IParsedLease)
) As IReadOnlyDictionary(Of Long, IDecodeResult)
Parameters
- config
- Type: Netadmin.Management.IpLog.DtoIIpLogConfig
The active configuration - leases
- Type: System.Collections.GenericIEnumerableIParsedLease
The parsed leases to decode
Return Value
Type:
IReadOnlyDictionaryInt64,
IDecodeResulta dictionary with the id of the lease as key (REQUIRED) and the parse result as value
See Also