InstancePersistenceContext.UnassociatedInstanceKey(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the persistence provider has successfully disassociated a key from the current instance in the instance store. The identifier of the key is specified as a parameter.
public:
void UnassociatedInstanceKey(Guid key);
public void UnassociatedInstanceKey (Guid key);
member this.UnassociatedInstanceKey : Guid -> unit
Public Sub UnassociatedInstanceKey (key As Guid)
Parameters
- key
- Guid
The instance key identifier for the key that has been unassociated. Must not be Guid.Empty.
Remarks
The current instance handle must be bound to an instance as well as a lock on that instance. The instance key must be associated to the current instance and must be marked complete. The current instance must not be marked complete.