1 implementation of StopSessionAsync
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
188
async ValueTask<bool> IAspireServerEvents.
StopSessionAsync
(string dcpId, string sessionId, CancellationToken cancellationToken)
1 reference to StopSessionAsync
Microsoft.DotNet.HotReload.Watch (1)
AspireServerService.cs (1)
427
var sessionExists = await _aspireServerEvents.
StopSessionAsync
(context.GetDcpId(), sessionId, _shutdownCancellationTokenSource.Token);