MessengerSendInformAsync Method (Int32, VersionCode, IPEndPoint, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, 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 static Task SendInformAsync(
int requestId,
VersionCode version,
IPEndPoint receiver,
OctetString community,
ObjectIdentifier enterprise,
uint timestamp,
IList<Variable> variables,
IPrivacyProvider privacy,
ISnmpMessage report
)
<ObsoleteAttribute("Please use other overloading ones.")>
Public Shared Function SendInformAsync (
requestId As Integer,
version As VersionCode,
receiver As IPEndPoint,
community As OctetString,
enterprise As ObjectIdentifier,
timestamp As UInteger,
variables As IList(Of Variable),
privacy As IPrivacyProvider,
report As ISnmpMessage
) As Task
public:
[ObsoleteAttribute(L"Please use other overloading ones.")]
static Task^ SendInformAsync(
int requestId,
VersionCode version,
IPEndPoint^ receiver,
OctetString^ community,
ObjectIdentifier^ enterprise,
unsigned int timestamp,
IList<Variable^>^ variables,
IPrivacyProvider^ privacy,
ISnmpMessage^ report
)
[<ObsoleteAttribute("Please use other overloading ones.")>]
static member SendInformAsync :
requestId : int *
version : VersionCode *
receiver : IPEndPoint *
community : OctetString *
enterprise : ObjectIdentifier *
timestamp : uint32 *
variables : IList<Variable> *
privacy : IPrivacyProvider *
report : ISnmpMessage -> Task
Parameters
- requestId
- Type: SystemInt32
- version
- Type: Lextm.SharpSnmpLibVersionCode
- receiver
- Type: System.NetIPEndPoint
- community
- 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:
TaskSee Also