DurableOrchestrationClientBase.StartNewAsync 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.
Overloads
StartNewAsync(String, Object) | |
StartNewAsync(String, String, Object) |
StartNewAsync(String, Object)
public virtual System.Threading.Tasks.Task<string> StartNewAsync (string orchestratorFunctionName, object input);
abstract member StartNewAsync : string * obj -> System.Threading.Tasks.Task<string>
override this.StartNewAsync : string * obj -> System.Threading.Tasks.Task<string>
Public Overridable Function StartNewAsync (orchestratorFunctionName As String, input As Object) As Task(Of String)
Parameters
- orchestratorFunctionName
- String
- input
- Object
Returns
Applies to
StartNewAsync(String, String, Object)
public abstract System.Threading.Tasks.Task<string> StartNewAsync (string orchestratorFunctionName, string instanceId, object input);
abstract member StartNewAsync : string * string * obj -> System.Threading.Tasks.Task<string>
Public MustOverride Function StartNewAsync (orchestratorFunctionName As String, instanceId As String, input As Object) As Task(Of String)
Parameters
- orchestratorFunctionName
- String
- instanceId
- String
- input
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET