Disable or Enables the Cloud NMI - Can only be changed with a User Level 128 (Admin)
Namespace:
nsCDEngine.Communication
Assembly:
C-DEngine (in C-DEngine.dll)
public static bool SetCloudNMIBlock(
bool DoBlockCloudNMI,
Guid pUser
)
Public Shared Function SetCloudNMIBlock ( _
DoBlockCloudNMI As Boolean, _
pUser As Guid _
) As Boolean
public:
static bool^ SetCloudNMIBlock(
bool^ DoBlockCloudNMI,
Guid^ pUser
)
Parameters
- DoBlockCloudNMI
- Type: Boolean
True blocks the User Manager Replication with the cloud and disables access to the NMI in the cloud
- pUser
- Type: Guid
ID of the user that requests the change
Return Value