Share via


AddinNotification.Register Method (Action<AddinNotificationState>)

 

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

Remarks

The callback occurs on a threadpool thread.

See Also

AddinNotification Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top