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