Class TimerCanceledEventAttributes
Inheritance
TimerCanceledEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class TimerCanceledEventAttributes : Google.Protobuf.IMessage<TimerCanceledEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
TimerCanceledEventAttributes()
Declaration
public TimerCanceledEventAttributes()
TimerCanceledEventAttributes(TimerCanceledEventAttributes)
Declaration
public TimerCanceledEventAttributes(TimerCanceledEventAttributes other)
Parameters
Fields
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = null
Field Value
StartedEventIdFieldNumber
Field number for the "started_event_id" field.
Declaration
public const int StartedEventIdFieldNumber = null
Field Value
TimerIdFieldNumber
Field number for the "timer_id" field.
Declaration
public const int TimerIdFieldNumber = null
Field Value
WorkflowTaskCompletedEventIdFieldNumber
Field number for the "workflow_task_completed_event_id" field.
Declaration
public const int WorkflowTaskCompletedEventIdFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Identity
The id of the worker who requested this cancel
Declaration
public string Identity { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<TimerCanceledEventAttributes> Parser { get; }
Property Value
StartedEventId
The id of the TIMER_STARTED
event itself
Declaration
public long StartedEventId { get; set; }
Property Value
TimerId
Will match the timer_id
from TIMER_STARTED
event for this timer
Declaration
public string TimerId { get; set; }
Property Value
WorkflowTaskCompletedEventId
The WORKFLOW_TASK_COMPLETED
event which this command was reported with
Declaration
public long WorkflowTaskCompletedEventId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public TimerCanceledEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(TimerCanceledEventAttributes)
Declaration
public bool Equals(TimerCanceledEventAttributes 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(TimerCanceledEventAttributes)
Declaration
public void MergeFrom(TimerCanceledEventAttributes 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