Click or drag to resize

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

Note: This API is now obsolete.

Namespace:  Lextm.SharpSnmpLib.Messaging
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
[ObsoleteAttribute("Please use other overloading ones.")]
public static void SendInform(
	int requestId,
	VersionCode version,
	IPEndPoint receiver,
	OctetString community,
	ObjectIdentifier enterprise,
	uint timestamp,
	IList<Variable> variables,
	int timeout,
	IPrivacyProvider privacy,
	ISnmpMessage report
)

Parameters

requestId
Type: SystemInt32
version
Type: Lextm.SharpSnmpLibVersionCode
receiver
Type: System.NetIPEndPoint
community
Type: Lextm.SharpSnmpLibOctetString
enterprise
Type: Lextm.SharpSnmpLibObjectIdentifier
timestamp
Type: SystemUInt32
variables
Type: System.Collections.GenericIListVariable
timeout
Type: SystemInt32
privacy
Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
report
Type: Lextm.SharpSnmpLib.MessagingISnmpMessage
See Also