Click or drag to resize

ChangeSleepStateRequest Class

** NOTE: ADDED in CFX 1.3 **

This request allows an external source to change the sleep state of a Stage or Station ChangeSleepStateResponse message that it sends back to the requester.
{
  "StageName": "Stage 1",
  "NewSleepState": "Awake"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceChangeSleepStateRequest

Namespace: CFX.ResourcePerformance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ChangeSleepStateRequest : CFXMessage

The ChangeSleepStateRequest type exposes the following members.

Constructors
 NameDescription
Public methodChangeSleepStateRequest Default Constructor
Top
Properties
 NameDescription
Public propertyNewSleepState The new sleep state requested for the Stage/Station
Public propertyStageName Name of the Stage requested to change sleep state. If omitted then the sleep state for the whole station is to be changed.
Top
See Also