1 reference to StartAsync
aspire (1)
Program.cs (1)
1145
profileCaptureSession = await app.Services.GetRequiredService<ProfileCaptureService>().
StartAsync
(profileCaptureOptions, cancellationManager.Token).ConfigureAwait(false);