PowerSNMP for .NET CF
Close Method
See Also  Send comments on this topic.
Dart.Snmp Namespace > SnmpBase Class : Close Method




Terminates Agent or Trap operation by releasing communication resources.

Syntax

Visual Basic (Declaration) 
Public Sub Close() 
Visual Basic (Usage)Copy Code
Dim instance As SnmpBase
 
instance.Close()
C# 
public void Close()
Managed Extensions for C++ 
public: void Close(); 
C++/CLI 
public:
void Close(); 

Remarks

The Socket property is null after Close is used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.