Click or drag to resize

DiscovererDiscoverAsync(VersionCode, IPEndPoint, OctetString, CancellationToken) 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,
	CancellationToken token
)

Parameters

version  VersionCode
The version.
broadcastAddress  IPEndPoint
The broadcast address.
community  OctetString
The community.
token  CancellationToken
The cancellation token.

Return Value

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