PowerSNMP for .NET CF
Counter64 Constructor(UInt64)
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > Counter64 Class > Counter64 Constructor : Counter64 Constructor(UInt64)




count
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

Visual Basic (Declaration) 
Public Function New( _
   ByVal count As ULong _
)
Visual Basic (Usage)Copy Code
Dim count As ULong
 
Dim instance As New Counter64(count)
C# 
public Counter64( 
   ulong count
)
Managed Extensions for C++ 
public: Counter64( 
   ulong count
)
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.