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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET