Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Notification- The Notification object that defines the one-shot notification. 
See Also
Notifier Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top