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
Protected method InstanceStore Initializes an instance of the InstanceStore class.

Top

Methods

  Name Description
Public method BeginExecute Asynchronously executes persistence commands such as LoadWorkflowCommand and SaveWorkflowCommand.
Protected method BeginTryCommand A persistence provider implements this method, which determines whether a particular persistence command can be executed.
Public method CreateInstanceHandle Overloaded. Creates an instance handle.
Public method EndExecute Ends the asynchronous operation.
Protected method EndTryCommand Ends an asynchronous operation.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Execute Executes a persistence command. Examples of persistence commands are: LoadWorkflowCommand and SaveWorkflowCommand.
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetInstanceOwners Gets the InstanceOwner objects that represent instance owners (hosts) with instance handles to instances.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnFreeInstanceHandle Invoked when the instance handle is freed.
Protected method OnNewInstanceHandle Invoked when a new instance handle is created.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Protected method TryCommand A persistence provider implements this method, which determines whether a particular persistence command can be executed.

Top

Properties

  Name Description
Public property DefaultInstanceOwner Gets or sets the default instance owner.

Top

See Also

Reference

InstanceStore Class

System.Runtime.Persistence Namespace