3 types derived from SessionNotification
Microsoft.DotNet.HotReload.Watch (3)
src\sdk\src\Dotnet.Watch\AspireService\Models\SessionChangeNotification.cs (3)
44internal sealed class SessionTerminatedNotification : SessionNotification 68internal sealed class ProcessRestartedNotification : SessionNotification 85internal sealed class ServiceLogsNotification : SessionNotification
2 references to SessionNotification
Microsoft.DotNet.HotReload.Watch (2)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (2)
182where TNotification : SessionNotification 237runSessionApi.Map(SessionNotification.Url, HandleSessionNotifyRequestAsync);