mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-19 14:12:12 +00:00
6 lines
203 B
C#
6 lines
203 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Program.cs
|
|
|
|
var app = await Microsoft.AutoGen.Runtime.Grpc.Host.StartAsync(local: false, useGrpc: true);
|
|
await app.WaitForShutdownAsync();
|