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
5 references to SessionNotification
Microsoft.DotNet.HotReload.Watch (5)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (2)
182where TNotification : SessionNotification 237runSessionApi.Map(SessionNotification.Url, HandleSessionNotifyRequestAsync);
src\sdk\src\Dotnet.Watch\AspireService\Models\SessionChangeNotification.cs (3)
42/// <see cref="SessionNotification.NotificationType"/> is <see cref="NotificationType.SessionTerminated"/>. 66/// <see cref="SessionNotification.NotificationType"/> is <see cref="NotificationType.ProcessRestarted"/>. 83/// <see cref="SessionNotification.NotificationType"/> is <see cref="NotificationType.ServiceLogs"/>.