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


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic