The persistence provider implementation of InstanceStore in use is invalid. It completed processing a TryCommand request while an attempt to reclaim a lock was in progress. Use a persistence provider which does not return or throw from TryCommand, complete the IAsyncResult returned from BeginTryCommand before the IAsyncResult returned from BeginBindReclaimedLock is complete, or complete before throwing the exception returned from CreateBindReclaimedLockException.
The persistence provider implementation of InstanceStore in use is invalid. It called BindInstance to set the instance ID ...
The persistence provider implementation of InstanceStore in use is invalid. It called BindInstanceOwner twice with the same ...
The persistence provider implementation of InstanceStore in use is invalid. It called BindOwner to set the owner of an InstanceHandle ...
The persistence provider implementation of InstanceStore in use is invalid. It called the method {0} on InstancePersistenceContext, ...
The persistence provider implementation of InstanceStore in use is invalid. It completed processing a TryCommand request ...
The persistence provider implementation of InstanceStore in use is invalid. It failed to bind the InstanceHandle to an instance ...
The persistence provider implementation of InstanceStore in use is invalid. It reported acquiring and committing the same ...
The persistence provider implementation of InstanceStore in use is invalid. It reported associating a key to an instance ...
The persistence provider implementation of InstanceStore in use is invalid. It reported completing a key which was already ...