我们在Service-Fabric上的有状态服务中使用以下方法。该服务有分区。有时我们会从这种和平的代码中得到FabricNotReadableException。publicasyncTaskHandleEvent(EventHandlerMessagemessage){varqueue=awaitStateManager.GetOrAddAsync>(EventHandlerServiceConstants.EventHandlerQueueName);using(ITransactiontx=StateManager.CreateTransaction()){awaitqueue