Stopwatch but as a struct.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public struct ValueStopwatch
The ValueStopwatch type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Elapsed | |
![]() | ElapsedMilliseconds | |
![]() | IsActive |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() ![]() | StartNew | |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
See Also