void RecorderCountSet ( long  recorderCount  ) 

Description:
RecorderCountSet will configure the number of Recorders processed by the controller firmware .
Parameters:
sequencerCount The Recorder count.
Sample Code:
Have the controller process 8 Recorders.
  // -- C# -- //
   controller->RecorderCountSet(8);
  // -- C# -- //
   controller.RecorderCountSet(8);
See also:
RecorderCountGet