Class WorkflowEnvironmentStartTimeSkippingOptions
Options for
Inheritance
WorkflowEnvironmentStartTimeSkippingOptions
Inherited Members
Namespace: Temporalio.Testing
Assembly: Temporalio.dll
Syntax
public class WorkflowEnvironmentStartTimeSkippingOptions : TemporalClientConnectOptions
Properties
DownloadDirectory
Gets or sets the download directory if the server must be downloaded.
Declaration
public string? DownloadDirectory { get; set; }
Property Value
Type | Description |
---|---|
Nullable<String> |
Remarks
Default is OS temporary directory.
TestServerOptions
Gets or sets unstable test server options.
Declaration
public TestServerOptions TestServerOptions { get; set; }
Property Value
Type | Description |
---|---|
TestServerOptions |
Remarks
WARNING: This API is subject to change/removal
Methods
Clone()
Create a shallow copy of these options.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object | A shallow copy of these options and any transitive options fields. |
Overrides
Remarks
Does not create copies of RPC metadata or runtime.