Click or drag to resize

GetResourceSetupRequest Class

** NOTE: ADDED in CFX 1.3 **

Requests detailed resource setup information about a single endpoint, as specified by its CFX Handle. The response includes information regarding the endpoint’s resource and sub-resources setup that may undergo maintenance operations
{
  "CFXHandle": "SMT.SIPLACE_SX4.10000000"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.MaintenanceGetResourceSetupRequest

Namespace: CFX.Maintenance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetResourceSetupRequest : CFXMessage

The GetResourceSetupRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetResourceSetupRequest 
Top
Properties
 NameDescription
Public propertyCFXHandle The handle of the endpoint about which the sender wishes to obtain information.
Top
See Also