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.
Registers to send and receive notifications.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static void Register(
Action<AddinNotificationState> action
)
public:
static void Register(
Action<AddinNotificationState>^ action
)
Public Shared Sub Register (
action As Action(Of AddinNotificationState)
)
Parameters
action
Type: System.Action<AddinNotificationState>Defines the state of the add-in installation on the client computer.
Remarks
The callback occurs on a threadpool thread.
See Also
AddinNotification Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top