Click or drag to resize

MessengerSendInformAsync Method (Int32, VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, UInt32, IListVariable, 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: SystemInt32
version
Type: Lextm.SharpSnmpLibVersionCode
receiver
Type: System.NetIPEndPoint
community
Type: Lextm.SharpSnmpLibOctetString
contextName
Type: Lextm.SharpSnmpLibOctetString
enterprise
Type: Lextm.SharpSnmpLibObjectIdentifier
timestamp
Type: SystemUInt32
variables
Type: System.Collections.GenericIListVariable
privacy
Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
report
Type: Lextm.SharpSnmpLib.MessagingISnmpMessage

Return Value

Type: Task
See Also