GetResultCount
Retrieves the total number of stored results. This include historical results from both the plan and its peer plan if the sites are connected.
Synopsis
int getResultCount()
Returns an integer count with the total number of history entries for this plan, and potentially its peer.
Faults
- RuntimeFault
Example for GetResultCount
entries = _service.GetResultCount(_srm.history);