GetResultLength

Retrieves the length of the XML result document for the requested Recovery Result.

Synopsis

int getResultLength(int key)

key is the unique key for the plan history, from return value of the GetRecoveryResult method.

Returns an integer specifying the number of lines in the XML result file.

Faults

  • RecoveryResultNotFound, if no result with that key exists.
  • RuntimeFault

Example for GetResultLength

length = _service.GetResultLength(_srm.history, key);