Class BatchOperationCancellation
BatchOperationCancellation sends cancel requests to batch workflows.
Keep the parameter in sync with temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionRequest.
Ignore first_execution_run_id because this is used for single workflow operation.
Inheritance
BatchOperationCancellation
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class BatchOperationCancellation : Google.Protobuf.IMessage<BatchOperationCancellation>, Google.Protobuf.IBufferMessage
Constructors
BatchOperationCancellation()
Declaration
public BatchOperationCancellation()
BatchOperationCancellation(BatchOperationCancellation)
Declaration
public BatchOperationCancellation(BatchOperationCancellation other)
Parameters
Fields
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Identity
The identity of the worker/client
Declaration
public string Identity { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<BatchOperationCancellation> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public BatchOperationCancellation Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(BatchOperationCancellation)
Declaration
public bool Equals(BatchOperationCancellation 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(BatchOperationCancellation)
Declaration
public void MergeFrom(BatchOperationCancellation 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