PowerSNMP for .NET
IsActive Property




Gets a value indicating if the component has an active socket.
Syntax
Public ReadOnly Property IsActive As Boolean
Dim instance As SnmpBase
Dim value As Boolean
 
value = instance.IsActive
public bool IsActive {get;}
public: __property bool get_IsActive();
public:
property bool IsActive {
   bool get();
}
Remarks
Close can be used to stop receiving messages.
See Also

Reference

SnmpBase Class
SnmpBase Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic