Class RequestCancelExternalWorkflowExecutionCommandAttributes
Inheritance
RequestCancelExternalWorkflowExecutionCommandAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class RequestCancelExternalWorkflowExecutionCommandAttributes : Google.Protobuf.IMessage<RequestCancelExternalWorkflowExecutionCommandAttributes>, Google.Protobuf.IBufferMessage
Constructors
RequestCancelExternalWorkflowExecutionCommandAttributes()
Declaration
public RequestCancelExternalWorkflowExecutionCommandAttributes()
RequestCancelExternalWorkflowExecutionCommandAttributes(RequestCancelExternalWorkflowExecutionCommandAttributes)
Declaration
public RequestCancelExternalWorkflowExecutionCommandAttributes(RequestCancelExternalWorkflowExecutionCommandAttributes 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
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
ReasonFieldNumber
Field number for the "reason" field.
Declaration
public const int ReasonFieldNumber = null
Field Value
RunIdFieldNumber
Field number for the "run_id" field.
Declaration
public const int RunIdFieldNumber = null
Field Value
WorkflowIdFieldNumber
Field number for the "workflow_id" field.
Declaration
public const int WorkflowIdFieldNumber = 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 |
|
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<RequestCancelExternalWorkflowExecutionCommandAttributes> Parser { get; }
Property Value
Reason
Reason for requesting the cancellation
Declaration
public string Reason { get; set; }
Property Value
RunId
Declaration
public string RunId { get; set; }
Property Value
WorkflowId
Declaration
public string WorkflowId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public RequestCancelExternalWorkflowExecutionCommandAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(RequestCancelExternalWorkflowExecutionCommandAttributes)
Declaration
public bool Equals(RequestCancelExternalWorkflowExecutionCommandAttributes 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(RequestCancelExternalWorkflowExecutionCommandAttributes)
Declaration
public void MergeFrom(RequestCancelExternalWorkflowExecutionCommandAttributes 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