Class StartTimerCommandAttributes
Inheritance
StartTimerCommandAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class StartTimerCommandAttributes : Google.Protobuf.IMessage<StartTimerCommandAttributes>, Google.Protobuf.IBufferMessage
Constructors
StartTimerCommandAttributes()
Declaration
public StartTimerCommandAttributes()
StartTimerCommandAttributes(StartTimerCommandAttributes)
Declaration
public StartTimerCommandAttributes(StartTimerCommandAttributes other)
Parameters
Fields
StartToFireTimeoutFieldNumber
Field number for the "start_to_fire_timeout" field.
Declaration
public const int StartToFireTimeoutFieldNumber = null
Field Value
TimerIdFieldNumber
Field number for the "timer_id" field.
Declaration
public const int TimerIdFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<StartTimerCommandAttributes> Parser { get; }
Property Value
StartToFireTimeout
How long until the timer fires, producing a TIMER_FIRED
event.
(-- api-linter: core::0140::prepositions=disabled
aip.dev/not-precedent: "to" is used to indicate interval. --)
Declaration
public Google.Protobuf.WellKnownTypes.Duration StartToFireTimeout { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
TimerId
An id for the timer, currently live timers must have different ids. Typically autogenerated
by the SDK.
Declaration
public string TimerId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public StartTimerCommandAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(StartTimerCommandAttributes)
Declaration
public bool Equals(StartTimerCommandAttributes other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(StartTimerCommandAttributes)
Declaration
public void MergeFrom(StartTimerCommandAttributes 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