Interface IBridgeClientProvider
Provides a handle to the underlying bridge for use internally.
Namespace: Temporalio.Client
Assembly: Temporalio.dll
Syntax
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.
Declaration
SafeHandle BridgeClient { get; }
Property Value
Type | Description |
---|---|
SafeHandle |