AddinNotification Class
Sends and receives notifications when the add-in infrastructure starts or stops an operation.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.AddinInfrastructure.AddinNotification
Syntax
public static class AddinNotification
public ref class AddinNotification abstract sealed
Public NotInheritable Class AddinNotification
Methods
Name | Description | |
---|---|---|
Register(Action<AddinNotificationState>) | Registers to send and receive notifications. |
Remarks
This class can only be used on a client computer.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top