Notifier.FireEvent Method (Notification)
Sends a one-shot notification.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
public void FireEvent(
Notification oneShot
)
public:
void FireEvent(
Notification^ oneShot
)
Public Sub FireEvent (
oneShot As Notification
)
Parameters
oneShot
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationThe Notification object that defines the one-shot notification.
See Also
Notifier Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top