Table of Contents

Class TemporalWorkerServiceIdentifier

Namespace
Temporalio.Extensions.Hosting
Assembly
Temporalio.Extensions.Hosting.dll

Represents the unique identifier for a hosted Temporal Worker service.

public record TemporalWorkerServiceIdentifier : IEquatable<TemporalWorkerServiceIdentifier>
Inheritance
TemporalWorkerServiceIdentifier
Implements
Inherited Members

Constructors

TemporalWorkerServiceIdentifier(string, string?, bool)

Represents the unique identifier for a hosted Temporal Worker service.

public TemporalWorkerServiceIdentifier(string TaskQueue, string? Version, bool VersionIsBuildId)

Parameters

TaskQueue string
Version string
VersionIsBuildId bool

Properties

TaskQueue

public string TaskQueue { get; init; }

Property Value

string

Version

public string? Version { get; init; }

Property Value

string

VersionIsBuildId

public bool VersionIsBuildId { get; init; }

Property Value

bool