Class ScheduleAction
Inheritance
ScheduleAction
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ScheduleAction : Google.Protobuf.IMessage<ScheduleAction>, Google.Protobuf.IBufferMessage
Constructors
ScheduleAction()
Declaration
ScheduleAction(ScheduleAction)
Declaration
public ScheduleAction(ScheduleAction other)
Parameters
Fields
StartWorkflowFieldNumber
Field number for the "start_workflow" field.
Declaration
public const int StartWorkflowFieldNumber = null
Field Value
Properties
ActionCase
Declaration
public ScheduleAction.ActionOneofCase ActionCase { get; }
Property Value
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<ScheduleAction> Parser { get; }
Property Value
StartWorkflow
All fields of NewWorkflowExecutionInfo are valid except for:
- workflow_id_reuse_policy
- cron_schedule
The workflow id of the started workflow may not match this exactly,
it may have a timestamp appended for uniqueness.
Declaration
public NewWorkflowExecutionInfo StartWorkflow { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
ClearAction()
Declaration
public void ClearAction()
Clone()
Declaration
public ScheduleAction Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ScheduleAction)
Declaration
public bool Equals(ScheduleAction 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(ScheduleAction)
Declaration
public void MergeFrom(ScheduleAction 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