Click or drag to resize

DiscovererDiscoverAsync(VersionCode, IPEndPoint, OctetString, Int32) Method

Discovers agents of the specified version in a specific time interval.

Namespace: Lextm.SharpSnmpLib.Messaging
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public Task DiscoverAsync(
	VersionCode version,
	IPEndPoint broadcastAddress,
	OctetString community,
	int interval
)

Parameters

version  VersionCode
The version.
broadcastAddress  IPEndPoint
The broadcast address.
community  OctetString
The community.
interval  Int32
The discovering time interval, in milliseconds.

Return Value

Task
Remarks
broadcastAddress must be an IPv4 address. IPv6 is not yet supported here.
See Also