Click or drag to resize

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

Please use other overloading ones.

Creates a GetBulkRequestMessage with a specific Sequence.

Namespace: Lextm.SharpSnmpLib.Messaging
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
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  VersionCode
The version.
messageId  Int32
The message id.
requestId  Int32
The request id.
userName  OctetString
Name of the user.
nonRepeaters  Int32
The non repeaters.
maxRepetitions  Int32
The max repetitions.
variables  IListVariable
The variables.
privacy  IPrivacyProvider
The privacy provider.
report  ISnmpMessage
The report.
See Also