NotificationSubscription.Start Method ()
Starts a subscription to receive notifications.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
public void Start()
public:
void Start()
Public Sub Start
Remarks
The methods of the INotificationSubscriber object specified in the constructor may be called on any thread.
See Also
NotificationSubscription Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top