Partager via


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

See Also

Notifier Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top