Class TerminateWorkflowExecutionRequest
Inheritance
TerminateWorkflowExecutionRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class TerminateWorkflowExecutionRequest : Google.Protobuf.IMessage<TerminateWorkflowExecutionRequest>, Google.Protobuf.IBufferMessage
Constructors
TerminateWorkflowExecutionRequest()
Declaration
public TerminateWorkflowExecutionRequest()
TerminateWorkflowExecutionRequest(TerminateWorkflowExecutionRequest)
Declaration
public TerminateWorkflowExecutionRequest(TerminateWorkflowExecutionRequest other)
Parameters
Fields
DetailsFieldNumber
Field number for the "details" field.
Declaration
public const int DetailsFieldNumber = null
Field Value
FirstExecutionRunIdFieldNumber
Field number for the "first_execution_run_id" field.
Declaration
public const int FirstExecutionRunIdFieldNumber = null
Field Value
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = 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
WorkflowExecutionFieldNumber
Field number for the "workflow_execution" field.
Declaration
public const int WorkflowExecutionFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Details
Serialized additional information to attach to the termination event
Declaration
public Payloads Details { get; set; }
Property Value
FirstExecutionRunId
If set, this call will error if the most recent (if no run id is set on
workflow_execution
), or specified (if it is) workflow execution is not part of the same
execution chain as this id.
Declaration
public string FirstExecutionRunId { get; set; }
Property Value
Identity
The identity of the worker/client
Declaration
public string Identity { get; set; }
Property Value
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<TerminateWorkflowExecutionRequest> Parser { get; }
Property Value
Reason
Declaration
public string Reason { get; set; }
Property Value
WorkflowExecution
Declaration
public WorkflowExecution WorkflowExecution { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public TerminateWorkflowExecutionRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(TerminateWorkflowExecutionRequest)
Declaration
public bool Equals(TerminateWorkflowExecutionRequest 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(TerminateWorkflowExecutionRequest)
Declaration
public void MergeFrom(TerminateWorkflowExecutionRequest 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