InstanceStore Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents an instance store.
The InstanceStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InstanceStore | Initializes an instance of the InstanceStore class. |
Top
Methods
Name | Description | |
---|---|---|
BeginExecute | Asynchronously executes persistence commands such as LoadWorkflowCommand and SaveWorkflowCommand. | |
BeginTryCommand | A persistence provider implements this method, which determines whether a particular persistence command can be executed. | |
CreateInstanceHandle | Overloaded. Creates an instance handle. | |
EndExecute | Ends the asynchronous operation. | |
EndTryCommand | Ends an asynchronous operation. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Execute | Executes a persistence command. Examples of persistence commands are: LoadWorkflowCommand and SaveWorkflowCommand. | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInstanceOwners | Gets the InstanceOwner objects that represent instance owners (hosts) with instance handles to instances. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnFreeInstanceHandle | Invoked when the instance handle is freed. | |
OnNewInstanceHandle | Invoked when a new instance handle is created. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
TryCommand | A persistence provider implements this method, which determines whether a particular persistence command can be executed. |
Top
Properties
Name | Description | |
---|---|---|
DefaultInstanceOwner | Gets or sets the default instance owner. |
Top