Share via


MachineNotification Class

 

Represents the names that are used for computer notifications.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Devices.Identity.MachineNotification

Syntax

public static class MachineNotification
public ref class MachineNotification abstract sealed 
Public NotInheritable Class MachineNotification

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static CATEGORY

Specifies the category.

System_CAPS_pubfieldSystem_CAPS_static MACHINEADDED

Specifies that a computer was added.

System_CAPS_pubfieldSystem_CAPS_static MACHINEREMOVED

Specifies that a computer was removed.

System_CAPS_pubfieldSystem_CAPS_static MACHINEUPDATED

Specifies that a computer was updated.

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.Devices.Identity Namespace

Return to top