Class BatchOperationSignal
BatchOperationSignal sends signals to batch workflows.
Keep the parameter in sync with temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.
Inheritance
BatchOperationSignal
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class BatchOperationSignal : Google.Protobuf.IMessage<BatchOperationSignal>, Google.Protobuf.IBufferMessage
Constructors
BatchOperationSignal()
Declaration
public BatchOperationSignal()
BatchOperationSignal(BatchOperationSignal)
Declaration
public BatchOperationSignal(BatchOperationSignal other)
Parameters
Fields
Field number for the "header" field.
Declaration
public const int HeaderFieldNumber = null
Field Value
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = null
Field Value
Field number for the "input" field.
Declaration
public const int InputFieldNumber = null
Field Value
SignalFieldNumber
Field number for the "signal" field.
Declaration
public const int SignalFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Headers that are passed with the signal to the processing workflow.
These can include things like auth or tracing tokens.
Declaration
public Header Header { get; set; }
Property Value
Identity
The identity of the worker/client
Declaration
public string Identity { get; set; }
Property Value
Serialized value(s) to provide with the signal
Declaration
public Payloads Input { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<BatchOperationSignal> Parser { get; }
Property Value
Signal
The workflow author-defined name of the signal to send to the workflow
Declaration
public string Signal { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public BatchOperationSignal Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(BatchOperationSignal)
Declaration
public bool Equals(BatchOperationSignal 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(BatchOperationSignal)
Declaration
public void MergeFrom(BatchOperationSignal 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