AgentServerApplication.RunAsync(ApplicationOptions) 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.
Runs the agent server application asynchronously.
public static System.Threading.Tasks.Task RunAsync(Azure.AI.AgentServer.Core.Context.ApplicationOptions applicationOptions);
static member RunAsync : Azure.AI.AgentServer.Core.Context.ApplicationOptions -> System.Threading.Tasks.Task
Public Function RunAsync (applicationOptions As ApplicationOptions) As Task
Parameters
- applicationOptions
- ApplicationOptions
The configuration options for the application.
Returns
A task that represents the asynchronous operation.