Click or drag to resize
IDiscoveryManagerUpdateRuleset Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Discovery.IDiscoveryManager.UpdateRuleset(Netadmin.Management.Discovery.Dto.IDiscoveryRuleset,System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder})"]

Namespace: Netadmin.Management.Discovery
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UpdateRuleset(
	IDiscoveryRuleset rulesetDto,
	IEnumerable<long> restrictedToCompanyIdentifiers,
	IEnumerable<IDiscoveryRulesetDecoder> deviceDefinitionDecoders,
	IEnumerable<IDiscoveryRulesetDecoder> remoteDecoders
)

Parameters

rulesetDto
Type: Netadmin.Management.Discovery.DtoIDiscoveryRuleset

[Missing <param name="rulesetDto"/> documentation for "M:Netadmin.Management.Discovery.IDiscoveryManager.UpdateRuleset(Netadmin.Management.Discovery.Dto.IDiscoveryRuleset,System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder})"]

restrictedToCompanyIdentifiers
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="restrictedToCompanyIdentifiers"/> documentation for "M:Netadmin.Management.Discovery.IDiscoveryManager.UpdateRuleset(Netadmin.Management.Discovery.Dto.IDiscoveryRuleset,System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder})"]

deviceDefinitionDecoders
Type: System.Collections.GenericIEnumerableIDiscoveryRulesetDecoder

[Missing <param name="deviceDefinitionDecoders"/> documentation for "M:Netadmin.Management.Discovery.IDiscoveryManager.UpdateRuleset(Netadmin.Management.Discovery.Dto.IDiscoveryRuleset,System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder})"]

remoteDecoders
Type: System.Collections.GenericIEnumerableIDiscoveryRulesetDecoder

[Missing <param name="remoteDecoders"/> documentation for "M:Netadmin.Management.Discovery.IDiscoveryManager.UpdateRuleset(Netadmin.Management.Discovery.Dto.IDiscoveryRuleset,System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder})"]

See Also