Click or drag to resize

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

Namespace:  Lextm.SharpSnmpLib.Messaging
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
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
Type: System.Int32
version
Type: Lextm.SharpSnmpLib.VersionCode
receiver
Type: System.Net.IPEndPoint
community
Type: Lextm.SharpSnmpLib.OctetString
contextName
Type: Lextm.SharpSnmpLib.OctetString
enterprise
Type: Lextm.SharpSnmpLib.ObjectIdentifier
timestamp
Type: System.UInt32
variables
Type: System.Collections.Generic.IList<Variable>
privacy
Type: Lextm.SharpSnmpLib.Security.IPrivacyProvider
report
Type: Lextm.SharpSnmpLib.Messaging.ISnmpMessage

Return Value

Type: Task
See Also