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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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