ProgressMeter Class

This class represents progress meters that can be used during various time consuming tasks to show of an operation. Database code may attempt to either create a temporary progress meter or modify a single global progress meter. If you wish database code to display its progress meter in your application, you should implement a progress meter by deriving from the HostApplicationProgressMeter class. This meter can display in any fashion, but must implement the start(), stop(), meterProgress() and setLimit() methods.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeProgressMeter

Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class ProgressMeter : DisposableWrapper

The ProgressMeter type exposes the following members.

Constructors
  Name Description
Public method ProgressMeter Default constructor for the ProgressMeter class.
Protected method ProgressMeter(IntPtr, Boolean) Initializes a new instance of the ProgressMeter class
Top
Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Overrides DisposableWrapperDeleteUnmanagedObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method MeterProgress Notification method called to increment this ProgressMeter object.
Public method SetLimit Notification method called to specify the maximum number of times this ProgressMeter object will be incremented.
Public method Start Notification method called to initialize this ProgressMeter object.
Public method Start(String) Notification method called to initialize this ProgressMeter object.
Public method Stop Notification method called to terminate this ProgressMeter object.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.