ProviderUtils.TryGetEntityStateFromSerializedSchedulerState 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.
Reads the state of an entity from the serialized entity scheduler state.
public static bool TryGetEntityStateFromSerializedSchedulerState (DurableTask.Core.OrchestrationState state, Newtonsoft.Json.JsonSerializerSettings serializerSettings, out string result);
static member TryGetEntityStateFromSerializedSchedulerState : DurableTask.Core.OrchestrationState * Newtonsoft.Json.JsonSerializerSettings * string -> bool
Public Shared Function TryGetEntityStateFromSerializedSchedulerState (state As OrchestrationState, serializerSettings As JsonSerializerSettings, ByRef result As String) As Boolean
Parameters
- state
- DurableTask.Core.OrchestrationState
The orchestration state of the scheduler.
- serializerSettings
- Newtonsoft.Json.JsonSerializerSettings
The serializer settings.
- result
- String
The serialized state of the entity.
Returns
true if the entity exists, false otherwise.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET