DurabilityProvider.RetrieveSerializedEntityState 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.
Retrieves the state for a serialized entity.
public virtual System.Threading.Tasks.Task<string> RetrieveSerializedEntityState (Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId entityId, Newtonsoft.Json.JsonSerializerSettings serializierSettings);
abstract member RetrieveSerializedEntityState : Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId * Newtonsoft.Json.JsonSerializerSettings -> System.Threading.Tasks.Task<string>
override this.RetrieveSerializedEntityState : Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId * Newtonsoft.Json.JsonSerializerSettings -> System.Threading.Tasks.Task<string>
Public Overridable Function RetrieveSerializedEntityState (entityId As EntityId, serializierSettings As JsonSerializerSettings) As Task(Of String)
Parameters
- entityId
- EntityId
Entity id to fetch state for.
- serializierSettings
- Newtonsoft.Json.JsonSerializerSettings
JsonSerializerSettings for custom deserialization.
Returns
State for the entity.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET