1 implementation of StopSessionAsync
dotnet-watch (1)
Aspire\AspireServiceFactory.cs (1)
173
async ValueTask<bool> IAspireServerEvents.
StopSessionAsync
(string dcpId, string sessionId, CancellationToken cancellationToken)
1 reference to StopSessionAsync
dotnet-watch (1)
AspireServerService.cs (1)
419
var sessionExists = await _aspireServerEvents.
StopSessionAsync
(context.GetDcpId(), sessionId, _shutdownCancellationTokenSource.Token);