3 types derived from SessionNotification
Microsoft.WebTools.AspireService.Package (3)
Models\SessionChangeNotification.cs (3)
44
internal sealed class SessionTerminatedNotification :
SessionNotification
68
internal sealed class ProcessRestartedNotification :
SessionNotification
85
internal sealed class ServiceLogsNotification :
SessionNotification
2 references to SessionNotification
Microsoft.WebTools.AspireService.Package (2)
AspireServerService.cs (2)
169
where TNotification :
SessionNotification
224
runSessionApi.Map(
SessionNotification
.Url, RunSessionNotifyAsync);