Class NexusOperationCountOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Options for counting standalone Nexus operations.
public class NexusOperationCountOptions : ICloneable
- Inheritance
-
NexusOperationCountOptions
- Implements
- Inherited Members
Remarks
WARNING: Standalone Nexus operations are experimental.
Properties
Rpc
Gets or sets RPC options for counting operations.
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.