Click or drag to resize

IServiceOutReport Property

The report structure helps to provide diagnostics information about the service just requested

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
Report Report { get; set; }

Property Value

Report
Remarks
The Report structure is used with every outbound service request. It provides diagnostics information that will help to present information about service operation.

Example
JavaScript
{
"Report": {
    "ProcessTime": "32.0550899",
    "RequestTime": "/Date(1423181232901-0700)/",
    "ResponseTime": "/Date(1423181932957-0700)/",
    "Results": 5123
},
...
See Also