Class WorkflowTaskCompletedEventAttributes
Inheritance
WorkflowTaskCompletedEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class WorkflowTaskCompletedEventAttributes : Google.Protobuf.IMessage<WorkflowTaskCompletedEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
WorkflowTaskCompletedEventAttributes()
Declaration
public WorkflowTaskCompletedEventAttributes()
WorkflowTaskCompletedEventAttributes(WorkflowTaskCompletedEventAttributes)
Declaration
public WorkflowTaskCompletedEventAttributes(WorkflowTaskCompletedEventAttributes other)
Parameters
Fields
BinaryChecksumFieldNumber
Field number for the "binary_checksum" field.
Declaration
public const int BinaryChecksumFieldNumber = null
Field Value
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = null
Field Value
ScheduledEventIdFieldNumber
Field number for the "scheduled_event_id" field.
Declaration
public const int ScheduledEventIdFieldNumber = null
Field Value
StartedEventIdFieldNumber
Field number for the "started_event_id" field.
Declaration
public const int StartedEventIdFieldNumber = null
Field Value
WorkerVersioningIdFieldNumber
Field number for the "worker_versioning_id" field.
Declaration
public const int WorkerVersioningIdFieldNumber = null
Field Value
Properties
BinaryChecksum
Binary ID of the worker who completed this task
Declaration
public string BinaryChecksum { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Identity
Identity of the worker who completed this task
Declaration
public string Identity { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<WorkflowTaskCompletedEventAttributes> Parser { get; }
Property Value
ScheduledEventId
The id of the WORKFLOW_TASK_SCHEDULED
event this task corresponds to
Declaration
public long ScheduledEventId { get; set; }
Property Value
StartedEventId
The id of the WORKFLOW_TASK_STARTED
event this task corresponds to
Declaration
public long StartedEventId { get; set; }
Property Value
WorkerVersioningId
ID of the worker who picked up this workflow task, or missing if worker
is not using versioning.
Declaration
public VersionId WorkerVersioningId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public WorkflowTaskCompletedEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(WorkflowTaskCompletedEventAttributes)
Declaration
public bool Equals(WorkflowTaskCompletedEventAttributes other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
MergeFrom(Google.Protobuf.CodedInputStream)
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(WorkflowTaskCompletedEventAttributes)
Declaration
public void MergeFrom(WorkflowTaskCompletedEventAttributes other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage