DiscovererDiscoverAsync Method |
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public Task DiscoverAsync(
VersionCode version,
IPEndPoint broadcastAddress,
OctetString community,
int interval
)
Public Function DiscoverAsync (
version As VersionCode,
broadcastAddress As IPEndPoint,
community As OctetString,
interval As Integer
) As Task
public:
Task^ DiscoverAsync(
VersionCode version,
IPEndPoint^ broadcastAddress,
OctetString^ community,
int interval
)
member DiscoverAsync :
version : VersionCode *
broadcastAddress : IPEndPoint *
community : OctetString *
interval : int -> Task
Parameters
- version
- Type: Lextm.SharpSnmpLibVersionCode
- broadcastAddress
- Type: System.NetIPEndPoint
- community
- Type: Lextm.SharpSnmpLibOctetString
- interval
- Type: SystemInt32
Return Value
Type:
TaskSee Also