Interface IWorkerClient
- Namespace
- Temporalio.Worker
- Assembly
- Temporalio.dll
Client that can be used to create a worker.
public interface IWorkerClient
Properties
BridgeClientProvider
Gets the bridge client provider for this client.
IBridgeClientProvider BridgeClientProvider { get; }
Property Value
Options
Gets the options used to create this client.
TemporalClientOptions Options { get; }