DurableWorkflowWaitingForInputEvent.GetInputAs<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The deserialized input.
Exceptions
Thrown when the input cannot be deserialized to the specified type.