Skip to main content

Application message passing - .NET SDK feature guide

Signals

How to develop with Signals using the Temporal .NET SDK

Define Signal

How to define a Signal using the Temporal .NET SDK

Handle Signal

How to handle a Signal in Workflow using the Temporal .NET SDK

Send a Signal from a Temporal Client

How to send a Signal from a Temporal Client using the Temporal .NET SDK

Send a Signal from a Workflow

How to send a Signal from a Workflow using the Temporal .NET SDK

Signal-With-Start

How to Signal-With-Start using the Temporal .NET SDK

Queries

A Query is a synchronous operation that is used to get the state of a Workflow Execution.

Define a Query

How to define a Query using the Temporal .NET SDK

Handle Queries

How to handle a Query using the Temporal .NET SDK

Send Queries

How to send a Query using the Temporal .NET SDK

Updates

How to develop with Updates using the Temporal .NET SDK

Define an Update

How to define an Update using the Temporal .NET SDK

Handle Updates

How to handle an Update using the Temporal .NET SDK

Send an Update

How to send an Update from a Temporal Client using the Temporal .NET SDK