Table of Contents

Class SignalWithStartWorkflowResponse.TransferTypeConverter

Namespace
Temporalio.Workflows
Assembly
Temporalio.dll

Converts this model to and from its generated transfer type.

public sealed class SignalWithStartWorkflowResponse.TransferTypeConverter : ITemporalTransferTypeConverter
Inheritance
SignalWithStartWorkflowResponse.TransferTypeConverter
Implements
Inherited Members

Remarks

WARNING: This API is experimental and may change in the future.

Properties

TransferType

Gets the generated transfer type.

public Type TransferType { get; }

Property Value

Type

Methods

FromTransferType(object?)

Converts a transfer-type value to this model.

public object? FromTransferType(object? transferType)

Parameters

transferType object

Returns

object

ToTransferType(object?)

Converts a model value to its transfer type.

public object? ToTransferType(object? value)

Parameters

value object

Returns

object