DurableWorkflowWaitingForInputEvent.GetInputAs<T> Method

Definition

Attempts to deserialize the input data to the specified type.

public T? GetInputAs<T>();
member this.GetInputAs : unit -> 'T
Public Function GetInputAs(Of T) () As T

Type Parameters

T

The type to deserialize to.

Returns

T

The deserialized input.

Exceptions

Thrown when the input cannot be deserialized to the specified type.

Applies to