Click or drag to resize

GetBulkRequestMessage Constructor (VersionCode, Int32, Int32, OctetString, Int32, Int32, IListVariable, IPrivacyProvider, ISnmpMessage)

Note: This API is now obsolete.

Initializes a new instance of the GetBulkRequestMessage class

Namespace:  Lextm.SharpSnmpLib.Messaging
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
[ObsoleteAttribute("Please use other overloading ones.")]
public GetBulkRequestMessage(
	VersionCode version,
	int messageId,
	int requestId,
	OctetString userName,
	int nonRepeaters,
	int maxRepetitions,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	ISnmpMessage report
)

Parameters

version
Type: Lextm.SharpSnmpLibVersionCode
messageId
Type: SystemInt32
requestId
Type: SystemInt32
userName
Type: Lextm.SharpSnmpLibOctetString
nonRepeaters
Type: SystemInt32
maxRepetitions
Type: SystemInt32
variables
Type: System.Collections.GenericIListVariable
privacy
Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
report
Type: Lextm.SharpSnmpLib.MessagingISnmpMessage
See Also