Message in Korean (한국어)

사용 중인 InstanceStore의 지속성 공급자 구현이 잘못되었습니다. 이 구현에서 잠금과 무관한 명령을 처리하는 동시에 잠금을 얻어올 수 있는 명령을 실행하려고 했습니다. InstancePersistenceCommand.AutomaticallyAcquiringLock에서 true를 반환하는 명령으로 InstancePersistenceContext.Execute 또는 InstancePersistenceContext.BeginExecute를 호출하면서 false를 반환하는 명령을 처리할 때 이 예외가 발생할 수 있습니다. 그렇게 되지 않는 지속성 공급자를 사용하거나, 명령 중 하나에서 AutomaticallyAcquiringLock을 다시 정의하여 올바른 값이 반환되도록 하십시오.

Unlocalized message

The persistence provider implementation of InstanceStore in use is invalid. It attempted to execute a potentially lock-acquiring command while processing a non-lock-acquiring command. This exception can occur when InstancePersistenceContext.Execute or InstancePersistenceContext.BeginExecute is called with a command that returns true from InstancePersistenceCommand.AutomaticallyAcquiringLock while processing a command which returns false. Either use a persistence provider which does not do so, or override AutomaticallyAcquiringLock on one of the commands to return the correct value.

Search by Google
Available localized messages
Hebrew (עברית) Dutch (Nederlands) Norwegian (Bokmal) (Norsk (Bokmål)) Hungarian (magyar) Finnish (suomi) Turkish (Türkçe) Russian (Русский) Italian (Italiano) Prior (Message) French (Français) Chinese (Simplified) (中文(简体)) Arabic (العربية) Japanese (日本語) German (Deutsch) Czech (Čeština) Greek (Ελληνικά) Next (Message) Spanish (Español) Danish (Dansk) Polish (Polski) Swedish (Svenska) Chinese (Traditional) (中文(繁體)) Portuguese (Brazil) (Português (Brasil))