InstancePersistenceContext.CompletedInstanceKey(Guid) Method

Definition

Indicates that the persistence provider has successfully marked a key as complete in the external store. The identifier of the key is specified as a parameter.

public:
 void CompletedInstanceKey(Guid key);
public void CompletedInstanceKey (Guid key);
member this.CompletedInstanceKey : Guid -> unit
Public Sub CompletedInstanceKey (key As Guid)

Parameters

key
Guid

The instance key identifier for the key that has been completed. 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 not be already completed.

Applies to