SelectNodeAsync Method
Used to select individual nodes in the loaded MIB module(s).
Syntax
[VB.NET] Public Function SelectNodeAsync(ByVal Selector As String) As Task
[C#] public Task SelectNodeAsync(string selector);
IP*Works! S/SNMP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SelectNodeAsync MethodUsed to select individual nodes in the loaded MIB module(s). Syntax[VB.NET] Public Function SelectNodeAsync(ByVal Selector As String) As Task [C#] public Task SelectNodeAsync(string selector); RemarksThis method is the asynchronous version of the SelectNode method and is used to support asynchronous operations in WinRT. Please refer to SelectNode for more information. |
||