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 | |
---|---|---|
CATEGORY | Specifies the category. |
|
MACHINEADDED | Specifies that a computer was added. |
|
MACHINEREMOVED | Specifies that a computer was removed. |
|
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