Click or drag to resize
ResourceAgentsStoreProviderBase Class
Provides ResourceAssignmentPolicy Agents with ability to store name-value pairs.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.Base.ResourceAssignmentPolicyResourceAgentsStoreProviderBase

Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicy
Assembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
Syntax
public abstract class ResourceAgentsStoreProviderBase

The ResourceAgentsStoreProviderBase type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
Reads the specified name.
Public methodSave
Saves the specified name-value pair.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also