public sealed class PrecisionInputTimer : IDisposablePublic NotInheritable Class PrecisionInputTimer
Implements IDisposablepublic ref class PrecisionInputTimer sealed : IDisposableGemstone.Timeseries.PrecisionInputTimer = function();
Type.createClass(
'Gemstone.Timeseries.PrecisionInputTimer',
null,
IDisposable);| ExceptionHandler | Gets or sets function used to handle exceptions. |
| FrameMilliseconds | Gets array of frame millisecond times for this PrecisionInputTimer. |
| FramesPerSecond | Gets frames per second for this PrecisionInputTimer. |
| FrameWaitHandle | Gets a reference to the frame wait handle. |
| LastFrameTime | Gets time of last frame, in ticks. |
| ReferenceCount | Gets reference count for this PrecisionInputTimer. |
| Resynchronizations | Gets number of resynchronizations that have occurred for this PrecisionInputTimer. |
| AddReference | Adds a reference to this PrecisionInputTimer. |
| Attach | Attach to a PrecisionInputTimer for the specified framesPerSecond. |
| Detach | Detach from the PrecisionInputTimer. |
| Dispose | Releases all the resources used by the PrecisionInputTimer object. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Releases the unmanaged resources before the PrecisionInputTimer object is reclaimed by GC.
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| RemoveReference | Removes a reference to this PrecisionInputTimer. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |