Interface IBridgeClientProvider
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Provides a handle to the underlying bridge for use internally.
public interface IBridgeClientProvider
Remarks
Developers should not implement this directly. It is already implemented by ITemporalConnection.
Properties
BridgeClient
Gets the handle to the connected bridge.
SafeHandle BridgeClient { get; }