MessengerSendTrapV1Async Method |
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static Task SendTrapV1Async(
EndPoint receiver,
IPAddress agent,
OctetString community,
ObjectIdentifier enterprise,
GenericCode generic,
int specific,
uint timestamp,
IList<Variable> variables
)
Public Shared Function SendTrapV1Async (
receiver As EndPoint,
agent As IPAddress,
community As OctetString,
enterprise As ObjectIdentifier,
generic As GenericCode,
specific As Integer,
timestamp As UInteger,
variables As IList(Of Variable)
) As Task
public:
static Task^ SendTrapV1Async(
EndPoint^ receiver,
IPAddress^ agent,
OctetString^ community,
ObjectIdentifier^ enterprise,
GenericCode generic,
int specific,
unsigned int timestamp,
IList<Variable^>^ variables
)
static member SendTrapV1Async :
receiver : EndPoint *
agent : IPAddress *
community : OctetString *
enterprise : ObjectIdentifier *
generic : GenericCode *
specific : int *
timestamp : uint32 *
variables : IList<Variable> -> Task
Parameters
- receiver
- Type: System.NetEndPoint
- agent
- Type: System.NetIPAddress
- community
- Type: Lextm.SharpSnmpLibOctetString
- enterprise
- Type: Lextm.SharpSnmpLibObjectIdentifier
- generic
- Type: Lextm.SharpSnmpLibGenericCode
- specific
- Type: SystemInt32
- timestamp
- Type: SystemUInt32
- variables
- Type: System.Collections.GenericIListVariable
Return Value
Type:
TaskSee Also