Class WorkflowExecutionTerminatedEventAttributes
Inheritance
WorkflowExecutionTerminatedEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class WorkflowExecutionTerminatedEventAttributes : Google.Protobuf.IMessage<WorkflowExecutionTerminatedEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
WorkflowExecutionTerminatedEventAttributes()
Declaration
public WorkflowExecutionTerminatedEventAttributes()
WorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes)
Declaration
public WorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes other)
Parameters
Fields
DetailsFieldNumber
Field number for the "details" field.
Declaration
public const int DetailsFieldNumber = null
Field Value
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = null
Field Value
ReasonFieldNumber
Field number for the "reason" field.
Declaration
public const int ReasonFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Details
Declaration
public Payloads Details { get; set; }
Property Value
Identity
id of the client who requested termination
Declaration
public string Identity { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<WorkflowExecutionTerminatedEventAttributes> Parser { get; }
Property Value
Reason
User/client provided reason for termination
Declaration
public string Reason { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public WorkflowExecutionTerminatedEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(WorkflowExecutionTerminatedEventAttributes)
Declaration
public bool Equals(WorkflowExecutionTerminatedEventAttributes other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
MergeFrom(Google.Protobuf.CodedInputStream)
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(WorkflowExecutionTerminatedEventAttributes)
Declaration
public void MergeFrom(WorkflowExecutionTerminatedEventAttributes 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