Class ExternalWorkflowExecutionCancelRequestedEventAttributes
Inheritance
ExternalWorkflowExecutionCancelRequestedEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ExternalWorkflowExecutionCancelRequestedEventAttributes : Google.Protobuf.IMessage<ExternalWorkflowExecutionCancelRequestedEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
ExternalWorkflowExecutionCancelRequestedEventAttributes()
Declaration
public ExternalWorkflowExecutionCancelRequestedEventAttributes()
ExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes)
Declaration
public ExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes other)
Parameters
Fields
InitiatedEventIdFieldNumber
Field number for the "initiated_event_id" field.
Declaration
public const int InitiatedEventIdFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
NamespaceIdFieldNumber
Field number for the "namespace_id" field.
Declaration
public const int NamespaceIdFieldNumber = 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 |
|
InitiatedEventId
id of the REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED
event this event corresponds
to
Declaration
public long InitiatedEventId { get; set; }
Property Value
Namespace
Namespace of the to-be-cancelled workflow.
SDKs and UI tools should use namespace
field but server must use namespace_id
only.
Declaration
public string Namespace { get; set; }
Property Value
NamespaceId
Declaration
public string NamespaceId { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ExternalWorkflowExecutionCancelRequestedEventAttributes> Parser { get; }
Property Value
WorkflowExecution
Declaration
public WorkflowExecution WorkflowExecution { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ExternalWorkflowExecutionCancelRequestedEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ExternalWorkflowExecutionCancelRequestedEventAttributes)
Declaration
public bool Equals(ExternalWorkflowExecutionCancelRequestedEventAttributes 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(ExternalWorkflowExecutionCancelRequestedEventAttributes)
Declaration
public void MergeFrom(ExternalWorkflowExecutionCancelRequestedEventAttributes 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