IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

SendSecureTrapAsync Method

Sends an authenticated and/or encrypted SNMPv3 trap.

Syntax

[VB.NET]
Public Function SendSecureTrapAsync(ByVal RemoteHost As String, ByVal TrapOID As String, ByVal User As String, ByVal AuthenticationProtocol As Integer, ByVal AuthenticationPassword As String, ByVal EncryptionAlgorithm As Integer, ByVal EncryptionPassword As String) As Task
[C#]
public Task SendSecureTrapAsync(string remoteHost, string trapOID, string user, int authenticationProtocol, string authenticationPassword, int encryptionAlgorithm, string encryptionPassword);

Remarks

This method is the asynchronous version of the SendSecureTrap method and is used to support asynchronous operations in WinRT. Please refer to SendSecureTrap for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0