Class WorkflowExecutionSignaledEventAttributes
Inheritance
WorkflowExecutionSignaledEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class WorkflowExecutionSignaledEventAttributes : Google.Protobuf.IMessage<WorkflowExecutionSignaledEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
WorkflowExecutionSignaledEventAttributes()
Declaration
public WorkflowExecutionSignaledEventAttributes()
WorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes)
Declaration
public WorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes 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
InputFieldNumber
Field number for the "input" field.
Declaration
public const int InputFieldNumber = null
Field Value
SignalNameFieldNumber
Field number for the "signal_name" field.
Declaration
public const int SignalNameFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Headers that were passed by the sender of the signal and copied by temporal
server into the workflow task.
Declaration
public Header Header { get; set; }
Property Value
Identity
id of the worker/client who sent this signal
Declaration
public string Identity { get; set; }
Property Value
Input
Will be deserialized and provided as argument(s) to the signal handler
Declaration
public Payloads Input { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<WorkflowExecutionSignaledEventAttributes> Parser { get; }
Property Value
SignalName
The name/type of the signal to fire
Declaration
public string SignalName { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public WorkflowExecutionSignaledEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(WorkflowExecutionSignaledEventAttributes)
Declaration
public bool Equals(WorkflowExecutionSignaledEventAttributes 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(WorkflowExecutionSignaledEventAttributes)
Declaration
public void MergeFrom(WorkflowExecutionSignaledEventAttributes 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