Context Members
Include Protected Members
Include Inherited Members
Contains the mapping of transactions to partitions.
The Context type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the Context class.
Top
Methods
Name
Description
Adds a partition to the context.
Deletes a partition from the context.
Releases all resources that the Context used.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes a partition from the context.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the ID of this context.
Indicates whether the context is redoing an operation.
Indicates whether the context is undoing an operation.
Indicates whether the context is undoing an operation, redoing an operation, or rolling back a transaction.
Gets the partitions that the context uses.
Gets the store to which the context belongs.
Gets the undo manager for the context.
Top