Table of Contents

Interface ITemporalCloudOperationsClient

Namespace
Temporalio.Client
Assembly
Temporalio.dll

Interface to a client to Temporal Cloud Operations API.

public interface ITemporalCloudOperationsClient

Remarks

Clients are thread-safe and are encouraged to be reused to properly reuse the underlying connection.

Properties

CloudService

Gets the raw gRPC cloud service.

CloudService CloudService { get; }

Property Value

CloudService

Connection

Gets the connection associated with this client.

ITemporalConnection Connection { get; }

Property Value

ITemporalConnection

See Also