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 or null if the connection is not present. This is for internal use only.
SafeHandle? BridgeClient { get; }