SetRequestMessage Constructor (VersionCode, Int32, Int32, OctetString, IListVariable, IPrivacyProvider, Int32, 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 SetRequestMessage(
VersionCode version,
int messageId,
int requestId,
OctetString userName,
IList<Variable> variables,
IPrivacyProvider privacy,
int maxMessageSize,
ISnmpMessage report
)
<ObsoleteAttribute("Please use other overloading ones.")>
Public Sub New (
version As VersionCode,
messageId As Integer,
requestId As Integer,
userName As OctetString,
variables As IList(Of Variable),
privacy As IPrivacyProvider,
maxMessageSize As Integer,
report As ISnmpMessage
)
public:
[ObsoleteAttribute(L"Please use other overloading ones.")]
SetRequestMessage(
VersionCode version,
int messageId,
int requestId,
OctetString^ userName,
IList<Variable^>^ variables,
IPrivacyProvider^ privacy,
int maxMessageSize,
ISnmpMessage^ report
)
[<ObsoleteAttribute("Please use other overloading ones.")>]
new :
version : VersionCode *
messageId : int *
requestId : int *
userName : OctetString *
variables : IList<Variable> *
privacy : IPrivacyProvider *
maxMessageSize : int *
report : ISnmpMessage -> SetRequestMessage
Parameters
- version
- Type: Lextm.SharpSnmpLibVersionCode
- messageId
- Type: SystemInt32
- requestId
- Type: SystemInt32
- userName
- Type: Lextm.SharpSnmpLibOctetString
- variables
- Type: System.Collections.GenericIListVariable
- privacy
- Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
- maxMessageSize
- Type: SystemInt32
- report
- Type: Lextm.SharpSnmpLib.MessagingISnmpMessage
See Also