PowerSNMP for .NET
Gauge Constructor(Int64)




The initial value given to this object. Int64 is used because UInt32 is not CLS-compliant.
Initializes a new instance of the Gauge class.
Syntax
Public Function New( _
   ByVal value As Long _
)
Dim value As Long
 
Dim instance As New Gauge(value)
public Gauge( 
   long value
)
public: Gauge( 
   long value
)
public:
Gauge( 
   int64 value
)

Parameters

value
The initial value given to this object. Int64 is used because UInt32 is not CLS-compliant.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference.
System.OverflowExceptionvalue is less than UInt32.MinValue or greater than UInt32.MaxValue.
See Also

Reference

Gauge Class
Gauge Members
Overload List


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