| 
            
              ManagerGetSingle(IPEndPoint, String, Variable) Method
             | 
          
        
        
            Gets a variable bind.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic Variable GetSingle(
	IPEndPoint endpoint,
	string community,
	Variable variable
)
Public Function GetSingle ( 
	endpoint As IPEndPoint,
	community As String,
	variable As Variable
) As Variable
public:
Variable^ GetSingle(
	IPEndPoint^ endpoint, 
	String^ community, 
	Variable^ variable
)
member GetSingle : 
        endpoint : IPEndPoint * 
        community : string * 
        variable : Variable -> Variable function GetSingle(endpoint, community, variable);
 View SourceParameters
- endpoint  IPEndPoint
 - Endpoint.
 - community  String
 - Community name.
 - variable  Variable
 - Variable bind.
 
Return Value
Variable
See Also