[NotClientImplementableAttribute]
public interface IManagedNotificationManager : INotificationManager<NotClientImplementableAttribute>
Public Interface IManagedNotificationManager
Inherits INotificationManager[<NotClientImplementableAttribute>]
type IManagedNotificationManager =
interface
interface INotificationManager
end| Close(INotification) |
Closes a notification.
(Inherited from INotificationManager) |
| Close(Object) | Closes a notification. |
| CloseAll |
Closes all notifications.
(Inherited from INotificationManager) |
| Show(INotification) |
Show a notification.
(Inherited from INotificationManager) |
| Show(Object) | Shows a notification. |