Share via


AgentServerApplication.RunAsync(ApplicationOptions) Method

Definition

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.

Applies to