3 types derived from SessionNotification
dotnet-watch (3)
SessionChangeNotification.cs (3)
44
internal sealed class SessionTerminatedNotification :
SessionNotification
65
internal sealed class ProcessRestartedNotification :
SessionNotification
79
internal sealed class ServiceLogsNotification :
SessionNotification
2 references to SessionNotification
dotnet-watch (2)
AspireServerService.cs (2)
165
where TNotification :
SessionNotification
216
runSessionApi.Map(
SessionNotification
.Url, RunSessionNotifyAsync);