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
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