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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET