Class WorkflowQueryOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Options for QueryAsync<TWorkflow, TQueryResult>(Expression<Func<TWorkflow, TQueryResult>>, WorkflowQueryOptions?) and other overloads.
public class WorkflowQueryOptions : ICloneable
- Inheritance
-
WorkflowQueryOptions
- Implements
- Inherited Members
Properties
RejectCondition
Gets or sets the query reject condition. This overrides the client-level setting if set.
public QueryRejectCondition? RejectCondition { get; set; }
Property Value
Rpc
Gets or sets RPC options for querying the workflow.
public RpcOptions? Rpc { get; set; }
Property Value
Methods
Clone()
Create a shallow copy of these options.
public virtual object Clone()
Returns
- object
A shallow copy of these options and any transitive options fields.