SwitchExecOperations

This data type contains values that specify a switch connection operation. Use the values of this enumeration with the Step.SwitchExecOperation and StepType.SwitchExecOperation properties.

  • SwitchExecOperation_Connect –(Value: 1) Creates the paths for the specified routes in the Step.SwitchExecRoutesToConnect property.
  • SwitchExecOperation_ConnectDisconnect –(Value: 4) Creates the paths for the routes specified in the Step.SwitchExecRoutesToConnect property and destroys the paths for the routes specified in the Step.SwitchExecRoutesToDisconnect property. Use the Step.SwitchExecOperationOrder property to specify whether the Disconnect operation occurs before or after the Connect operation.
  • SwitchExecOperation_Disconnect –(Value: 2) Destroys the paths the specified routes define in the Step.SwitchExecRoutesToDisconnect property.
  • SwitchExecOperation_DisconnectAll –(Value: 3) Disconnects all previously created paths.

See Also

Step.SwitchExecOperation

Step.SwitchExecOperationOrder

Step.SwitchExecRoutesToConnect

Step.SwitchExecRoutesToDisconnect

StepType.SwitchExecOperation

StepType.SwitchExecOperationOrder

StepType.SwitchExecRoutesToConnect

StepType.SwitchExecRoutesToDisconnect