PowerSNMP for .NET
Counter64 Constructor(UInt64)




The initial value given to this object. Use the string constructor if UInt64 is not supported in your environment.
Initializes a new instance of the Counter64 class.
Syntax
Public Function New( _
   ByVal count As ULong _
)
Dim count As ULong
 
Dim instance As New Counter64(count)
public Counter64( 
   ulong count
)
public: Counter64( 
   ulong count
)
public:
Counter64( 
   ulong count
)

Parameters

count
The initial value given to this object. Use the string constructor if UInt64 is not supported in your environment.
Exceptions
ExceptionDescription
System.ArgumentNullExceptioncount is a null reference.
System.OverflowExceptioncount is less UInt64.MinVal or greater than UInt64.MaxValue.
See Also

Reference

Counter64 Class
Counter64 Members
Overload List


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