PowerSNMP for .NET
SyncRoot Property (MibNodes)




Use this object to synchronize threadsafe access.
Syntax
Public ReadOnly Property SyncRoot As Object
Dim instance As MibNodes
Dim value As Object
 
value = instance.SyncRoot
public object SyncRoot {get;}
public: __property Object* get_SyncRoot();
public:
property Object^ SyncRoot {
   Object^ get();
}
Remarks
Lock on this property to provide thread safety.
See Also

Reference

MibNodes Class
MibNodes Members

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