| 
            
              MessengerGetAsync Method
             | 
          
        
        
            Gets a list of variable binds.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
SyntaxGSF.Net.Snmp.Messaging.Messenger.GetAsync = function(version, endpoint, community, variables);
 View SourceParameters
- version  VersionCode
 - Protocol version.
 - endpoint  IPEndPoint
 - Endpoint.
 - community  OctetString
 - Community name.
 - variables  IListVariable
 - Variable binds.
 
Return Value
TaskIListVariable
See Also