Class Command
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class Command : Google.Protobuf.IMessage<Command>, Google.Protobuf.IBufferMessage
Constructors
Command()
Declaration
Command(Command)
Declaration
public Command(Command other)
Parameters
Type |
Name |
Description |
Command |
other |
|
Fields
AcceptWorkflowUpdateCommandAttributesFieldNumber
Field number for the "accept_workflow_update_command_attributes" field.
Declaration
public const int AcceptWorkflowUpdateCommandAttributesFieldNumber = null
Field Value
CancelTimerCommandAttributesFieldNumber
Field number for the "cancel_timer_command_attributes" field.
Declaration
public const int CancelTimerCommandAttributesFieldNumber = null
Field Value
CancelWorkflowExecutionCommandAttributesFieldNumber
Field number for the "cancel_workflow_execution_command_attributes" field.
Declaration
public const int CancelWorkflowExecutionCommandAttributesFieldNumber = null
Field Value
CommandTypeFieldNumber
Field number for the "command_type" field.
Declaration
public const int CommandTypeFieldNumber = null
Field Value
CompleteWorkflowExecutionCommandAttributesFieldNumber
Field number for the "complete_workflow_execution_command_attributes" field.
Declaration
public const int CompleteWorkflowExecutionCommandAttributesFieldNumber = null
Field Value
CompleteWorkflowUpdateCommandAttributesFieldNumber
Field number for the "complete_workflow_update_command_attributes" field.
Declaration
public const int CompleteWorkflowUpdateCommandAttributesFieldNumber = null
Field Value
ContinueAsNewWorkflowExecutionCommandAttributesFieldNumber
Field number for the "continue_as_new_workflow_execution_command_attributes" field.
Declaration
public const int ContinueAsNewWorkflowExecutionCommandAttributesFieldNumber = null
Field Value
FailWorkflowExecutionCommandAttributesFieldNumber
Field number for the "fail_workflow_execution_command_attributes" field.
Declaration
public const int FailWorkflowExecutionCommandAttributesFieldNumber = null
Field Value
ModifyWorkflowPropertiesCommandAttributesFieldNumber
Field number for the "modify_workflow_properties_command_attributes" field.
Declaration
public const int ModifyWorkflowPropertiesCommandAttributesFieldNumber = null
Field Value
RecordMarkerCommandAttributesFieldNumber
Field number for the "record_marker_command_attributes" field.
Declaration
public const int RecordMarkerCommandAttributesFieldNumber = null
Field Value
RejectWorkflowUpdateCommandAttributesFieldNumber
Field number for the "reject_workflow_update_command_attributes" field.
Declaration
public const int RejectWorkflowUpdateCommandAttributesFieldNumber = null
Field Value
RequestCancelActivityTaskCommandAttributesFieldNumber
Field number for the "request_cancel_activity_task_command_attributes" field.
Declaration
public const int RequestCancelActivityTaskCommandAttributesFieldNumber = null
Field Value
RequestCancelExternalWorkflowExecutionCommandAttributesFieldNumber
Field number for the "request_cancel_external_workflow_execution_command_attributes" field.
Declaration
public const int RequestCancelExternalWorkflowExecutionCommandAttributesFieldNumber = null
Field Value
ScheduleActivityTaskCommandAttributesFieldNumber
Field number for the "schedule_activity_task_command_attributes" field.
Declaration
public const int ScheduleActivityTaskCommandAttributesFieldNumber = null
Field Value
SignalExternalWorkflowExecutionCommandAttributesFieldNumber
Field number for the "signal_external_workflow_execution_command_attributes" field.
Declaration
public const int SignalExternalWorkflowExecutionCommandAttributesFieldNumber = null
Field Value
StartChildWorkflowExecutionCommandAttributesFieldNumber
Field number for the "start_child_workflow_execution_command_attributes" field.
Declaration
public const int StartChildWorkflowExecutionCommandAttributesFieldNumber = null
Field Value
StartTimerCommandAttributesFieldNumber
Field number for the "start_timer_command_attributes" field.
Declaration
public const int StartTimerCommandAttributesFieldNumber = null
Field Value
UpsertWorkflowSearchAttributesCommandAttributesFieldNumber
Field number for the "upsert_workflow_search_attributes_command_attributes" field.
Declaration
public const int UpsertWorkflowSearchAttributesCommandAttributesFieldNumber = null
Field Value
Properties
AcceptWorkflowUpdateCommandAttributes
Declaration
public AcceptWorkflowUpdateCommandAttributes AcceptWorkflowUpdateCommandAttributes { get; set; }
Property Value
AttributesCase
Declaration
public Command.AttributesOneofCase AttributesCase { get; }
Property Value
CancelTimerCommandAttributes
Declaration
public CancelTimerCommandAttributes CancelTimerCommandAttributes { get; set; }
Property Value
CancelWorkflowExecutionCommandAttributes
Declaration
public CancelWorkflowExecutionCommandAttributes CancelWorkflowExecutionCommandAttributes { get; set; }
Property Value
CommandType
Declaration
public CommandType CommandType { get; set; }
Property Value
CompleteWorkflowExecutionCommandAttributes
Declaration
public CompleteWorkflowExecutionCommandAttributes CompleteWorkflowExecutionCommandAttributes { get; set; }
Property Value
CompleteWorkflowUpdateCommandAttributes
Declaration
public CompleteWorkflowUpdateCommandAttributes CompleteWorkflowUpdateCommandAttributes { get; set; }
Property Value
ContinueAsNewWorkflowExecutionCommandAttributes
Declaration
public ContinueAsNewWorkflowExecutionCommandAttributes ContinueAsNewWorkflowExecutionCommandAttributes { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
FailWorkflowExecutionCommandAttributes
Declaration
public FailWorkflowExecutionCommandAttributes FailWorkflowExecutionCommandAttributes { get; set; }
Property Value
ModifyWorkflowPropertiesCommandAttributes
Declaration
public ModifyWorkflowPropertiesCommandAttributes ModifyWorkflowPropertiesCommandAttributes { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<Command> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Command> |
|
RecordMarkerCommandAttributes
Declaration
public RecordMarkerCommandAttributes RecordMarkerCommandAttributes { get; set; }
Property Value
RejectWorkflowUpdateCommandAttributes
Declaration
public RejectWorkflowUpdateCommandAttributes RejectWorkflowUpdateCommandAttributes { get; set; }
Property Value
RequestCancelActivityTaskCommandAttributes
Declaration
public RequestCancelActivityTaskCommandAttributes RequestCancelActivityTaskCommandAttributes { get; set; }
Property Value
RequestCancelExternalWorkflowExecutionCommandAttributes
Declaration
public RequestCancelExternalWorkflowExecutionCommandAttributes RequestCancelExternalWorkflowExecutionCommandAttributes { get; set; }
Property Value
ScheduleActivityTaskCommandAttributes
Declaration
public ScheduleActivityTaskCommandAttributes ScheduleActivityTaskCommandAttributes { get; set; }
Property Value
SignalExternalWorkflowExecutionCommandAttributes
Declaration
public SignalExternalWorkflowExecutionCommandAttributes SignalExternalWorkflowExecutionCommandAttributes { get; set; }
Property Value
StartChildWorkflowExecutionCommandAttributes
Declaration
public StartChildWorkflowExecutionCommandAttributes StartChildWorkflowExecutionCommandAttributes { get; set; }
Property Value
StartTimerCommandAttributes
Declaration
public StartTimerCommandAttributes StartTimerCommandAttributes { get; set; }
Property Value
UpsertWorkflowSearchAttributesCommandAttributes
Declaration
public UpsertWorkflowSearchAttributesCommandAttributes UpsertWorkflowSearchAttributesCommandAttributes { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
ClearAttributes()
Declaration
public void ClearAttributes()
Clone()
Declaration
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(Command)
Declaration
public bool Equals(Command other)
Parameters
Type |
Name |
Description |
Command |
other |
|
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(Command)
Declaration
public void MergeFrom(Command other)
Parameters
Type |
Name |
Description |
Command |
other |
|
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