Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.82 KB | None | 0 0
  1.         public int ExecResruleFromEngine(
  2.             int cis_account_id,
  3.             string account_name,
  4.             ref AppDomain appDomain,
  5.             int resrule_id,
  6.             ref CISMonitorData monitorData,
  7.             IHeartbeat heartbeat,
  8.             int gds_id,
  9.             long pnr_id,
  10.             string record_locator,
  11.             long gds_master_log_id,
  12.             string pseudo_city,
  13.             string initial_pseudo_city,
  14.             string initial_duty_code,
  15.             string agent_id,
  16.             DateTime capture_datetime,
  17.             long script_run_log_id,
  18.             int scheduler_number,
  19.             SuperPnr superPnr,
  20.             CrsBase CRS,
  21.             Hashtable ResRuleSettings,
  22.             int resRuleLogging,
  23.             ActionHistory actionHistoryRec,
  24.             string gdsQueue,
  25.             string gdsQueueCategory,
  26.             string readConnString,
  27.             string writeConnString,
  28.             bool isPnrDataItem,
  29.             ref string error_message,
  30.             ref ArrayList pnrItemsList,
  31.             ref ArrayList pnrQueueList,
  32.             ref ArrayList pnrRemarksToDelete,
  33.             ref ArrayList actionEntries,
  34.             ref string actionEntriesWEndItem,
  35.             ref Hashtable pnrEntries,
  36.             ref bool PnrIsOk,
  37.             ref Dictionary<string, long> element_usage_stats,
  38.             ref Dictionary<string, long> total_usage_stats,
  39.             bool bOptimiseStoreDBDataItems,
  40.             int LogLevel,
  41.             bool bRequirePnr,
  42.             bool bTestWorkingVersion,
  43.             CISBaseScript.LOG_LEVEL ProcessStatsLogging,
  44.             ref CISBaseScript.script_time time,
  45.             ref CISBaseScript.script_counter counter,
  46.             ref CISBaseScript.script_time total_time,
  47.             ref CISBaseScript.script_counter total_counter)
  48.         {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement