Click or drag to resize

Messenger.SendInformAsync(Int32, VersionCode, IPEndPoint, OctetString, ObjectIdentifier, UInt32, IList<Variable> , IPrivacyProvider, ISnmpMessage) Method

Note: This API is now obsolete.

Sends INFORM message.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.241-beta
Syntax
[CLSCompliantAttribute(false)]
[ObsoleteAttribute("Please use other overloading ones.")]
public static Task SendInformAsync(
	int requestId,
	VersionCode version,
	IPEndPoint receiver,
	OctetString community,
	ObjectIdentifier enterprise,
	uint timestamp,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	ISnmpMessage report
)
View Source

Parameters

requestId  Int32
The request id.
version  VersionCode
Protocol version.
receiver  IPEndPoint
Receiver.
community  OctetString
Community name.
enterprise  ObjectIdentifier
Enterprise OID.
timestamp  UInt32
Timestamp.
variables  IList<Variable>
Variable bindings.
privacy  IPrivacyProvider
The privacy provider.
report  ISnmpMessage
The report.

Return Value

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