3 types derived from SessionNotification
Microsoft.DotNet.HotReload.Watch (3)
src\sdk\src\Dotnet.Watch\AspireService\Models\SessionChangeNotification.cs (3)
44
internal sealed class SessionTerminatedNotification :
SessionNotification
68
internal sealed class ProcessRestartedNotification :
SessionNotification
85
internal sealed class ServiceLogsNotification :
SessionNotification
5 references to SessionNotification
Microsoft.DotNet.HotReload.Watch (5)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (2)
182
where TNotification :
SessionNotification
237
runSessionApi.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"/>.