Class SignalExternalWorkflowExecutionCommandAttributes
Inheritance
SignalExternalWorkflowExecutionCommandAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class SignalExternalWorkflowExecutionCommandAttributes : Google.Protobuf.IMessage<SignalExternalWorkflowExecutionCommandAttributes>, Google.Protobuf.IBufferMessage
Constructors
SignalExternalWorkflowExecutionCommandAttributes()
Declaration
public SignalExternalWorkflowExecutionCommandAttributes()
SignalExternalWorkflowExecutionCommandAttributes(SignalExternalWorkflowExecutionCommandAttributes)
Declaration
public SignalExternalWorkflowExecutionCommandAttributes(SignalExternalWorkflowExecutionCommandAttributes other)
Parameters
Fields
ChildWorkflowOnlyFieldNumber
Field number for the "child_workflow_only" field.
Declaration
public const int ChildWorkflowOnlyFieldNumber = null
Field Value
ControlFieldNumber
Field number for the "control" field.
Declaration
public const int ControlFieldNumber = null
Field Value
ExecutionFieldNumber
Field number for the "execution" field.
Declaration
public const int ExecutionFieldNumber = null
Field Value
HeaderFieldNumber
Field number for the "header" field.
Declaration
public const int HeaderFieldNumber = null
Field Value
Field number for the "input" field.
Declaration
public const int InputFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
SignalNameFieldNumber
Field number for the "signal_name" field.
Declaration
public const int SignalNameFieldNumber = null
Field Value
Properties
ChildWorkflowOnly
Set this to true if the workflow being cancelled is a child of the workflow originating this
command. The request will be rejected if it is set to true and the target workflow is not
a child of the requesting workflow.
Declaration
public bool ChildWorkflowOnly { get; set; }
Property Value
Control
Declaration
public string Control { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Execution
Declaration
public WorkflowExecution Execution { get; set; }
Property Value
Header
Headers that are passed by the workflow that is sending a signal to the external
workflow that is receiving this signal.
Declaration
public Header Header { get; set; }
Property Value
Serialized value(s) to provide with the signal.
Declaration
public Payloads Input { get; set; }
Property Value
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<SignalExternalWorkflowExecutionCommandAttributes> Parser { get; }
Property Value
SignalName
The workflow author-defined name of the signal to send to the workflow.
Declaration
public string SignalName { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public SignalExternalWorkflowExecutionCommandAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(SignalExternalWorkflowExecutionCommandAttributes)
Declaration
public bool Equals(SignalExternalWorkflowExecutionCommandAttributes 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(SignalExternalWorkflowExecutionCommandAttributes)
Declaration
public void MergeFrom(SignalExternalWorkflowExecutionCommandAttributes 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