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
Properties
TaskQueue
public string TaskQueue { get; init; }
Property Value
Version
public string? Version { get; init; }
Property Value
VersionIsBuildId
public bool VersionIsBuildId { get; init; }