Click or drag to resize
DisposableClass Class
Class that implements the dispose pattern.
Inheritance Hierarchy

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class DisposableClass : IDisposable

The DisposableClass type exposes the following members.

Constructors
  NameDescription
Public methodDisposableClass
Initializes a new instance of the DisposableClass class
Top
Methods
Properties
  NameDescription
Public propertyID
Top
See Also