Click or drag to resize

MessengerSendInformAsync(Int32, VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, ISnmpMessage) Method

Sends INFORM message.

Namespace: Lextm.SharpSnmpLib.Messaging
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public static Task SendInformAsync(
	int requestId,
	VersionCode version,
	IPEndPoint receiver,
	OctetString community,
	OctetString contextName,
	ObjectIdentifier enterprise,
	uint timestamp,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	ISnmpMessage report
)

Parameters

requestId  Int32
The request ID.
version  VersionCode
Protocol version.
receiver  IPEndPoint
Receiver.
community  OctetString
Community name.
contextName  OctetString
Context name.
enterprise  ObjectIdentifier
Enterprise OID.
timestamp  UInt32
Timestamp.
variables  IListVariable
Variable bindings.
privacy  IPrivacyProvider
The privacy provider.
report  ISnmpMessage
The report.

Return Value

Task
Remarks
This method supports SNMP v2c and v3.
See Also