| 
            
              SnmpSendTrapAsync(UInt32, Int32) Method
             | 
          
        
        
            Sends an integer based SNMP version 3 trap.
            
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntaxpublic static Task SendTrapAsync(
	uint[] oid,
	int value
)
Public Shared Function SendTrapAsync ( 
	oid As UInteger(),
	value As Integer
) As Task
public:
static Task^ SendTrapAsync(
	array<unsigned int>^ oid, 
	int value
)
static member SendTrapAsync : 
        oid : uint32[] * 
        value : int -> Task GSF.Net.Snmp.Snmp.SendTrapAsync = function(oid, value);
 View SourceParameters
- oid  UInt32
 - Target OID.
 - value  Int32
 - Notification value.
 
Return Value
Task
See Also