Share via


StartOrchestrationArgs Constructors

Definition

Overloads

StartOrchestrationArgs()
StartOrchestrationArgs(String, Object)

StartOrchestrationArgs()

Source:
StartOrchestrationArgs.cs
public StartOrchestrationArgs ();
Public Sub New ()

Applies to

StartOrchestrationArgs(String, Object)

Source:
StartOrchestrationArgs.cs
public StartOrchestrationArgs (string functionName, object input);
new Microsoft.Azure.WebJobs.StartOrchestrationArgs : string * obj -> Microsoft.Azure.WebJobs.StartOrchestrationArgs
Public Sub New (functionName As String, input As Object)

Parameters

functionName
String
input
Object

Applies to