Table of Contents

Class WorkflowDescribeOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll
public class WorkflowDescribeOptions : ICloneable
Inheritance
WorkflowDescribeOptions
Implements
Inherited Members

Properties

Rpc

Gets or sets RPC options for starting the workflow.

public RpcOptions? Rpc { get; set; }

Property Value

RpcOptions

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.