Click or drag to resize
IIpLogManager.GetConfiguredDecodersForRuleset Method

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

[Missing <summary> documentation for "M:Netadmin.Management.IpLog.IIpLogManager.GetConfiguredDecodersForRuleset(System.Int64,Netadmin.Management.IpLog.Dto.DhcpDecoderType)"]

Namespace: Netadmin.Management.IpLog
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IDhcplogRulesetDecoder> GetConfiguredDecodersForRuleset(
	long rulesetId,
	DhcpDecoderType type = DhcpDecoderType.None
)

Parameters

rulesetId
Type: System.Int64

[Missing <param name="rulesetId"/> documentation for "M:Netadmin.Management.IpLog.IIpLogManager.GetConfiguredDecodersForRuleset(System.Int64,Netadmin.Management.IpLog.Dto.DhcpDecoderType)"]

type (Optional)
Type: Netadmin.Management.IpLog.Dto.DhcpDecoderType

[Missing <param name="type"/> documentation for "M:Netadmin.Management.IpLog.IIpLogManager.GetConfiguredDecodersForRuleset(System.Int64,Netadmin.Management.IpLog.Dto.DhcpDecoderType)"]

Return Value

Type: IEnumerable<IDhcplogRulesetDecoder>

[Missing <returns> documentation for "M:Netadmin.Management.IpLog.IIpLogManager.GetConfiguredDecodersForRuleset(System.Int64,Netadmin.Management.IpLog.Dto.DhcpDecoderType)"]

See Also