GrpcDurableTaskClientOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The gRPC client options.
public sealed class GrpcDurableTaskClientOptions : Microsoft.DurableTask.Client.DurableTaskClientOptions
type GrpcDurableTaskClientOptions = class
inherit DurableTaskClientOptions
Public NotInheritable Class GrpcDurableTaskClientOptions
Inherits DurableTaskClientOptions
- Inheritance
Constructors
GrpcDurableTaskClientOptions() |
Properties
Address |
Gets or sets the address of the gRPC endpoint to connect to. Default is localhost:4001. |
Channel |
Gets or sets the gRPC channel to use. Will supersede Address when provided. |
DataConverter |
Gets or sets the data converter. Default value is Default. (Inherited from DurableTaskClientOptions) |