public class AdapterCommandInfo : IEquatable<AdapterCommandInfo>Public Class AdapterCommandInfo
Implements IEquatable(Of AdapterCommandInfo)public ref class AdapterCommandInfo : IEquatable<AdapterCommandInfo^>Gemstone.Timeseries.Adapters.AdapterCommandInfo = function();
Type.createClass(
'Gemstone.Timeseries.Adapters.AdapterCommandInfo',
null,
IEquatable`1);| AdapterCommandInfo | Initializes a new instance of the AdapterCommandInfo class Obsolete. |
| Info | Gets the adapter type and its key attributes. |
| MethodAttributeMap | Gets the map of adapter command attributes by name. |
| MethodAttributes | Gets the adapter command method attributes for the adapter. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |