Click or drag to resize

Report Properties

The Report type exposes the following members.

Properties
 NameDescription
Public propertyAPIVersion The current API Version being used.
Public propertyProcessTime The amount of time it took for the internal web service logic to process not including any object serialization performed by WCF.
Public propertyRequestTime The exact point in that WCF hands off the deserialized object to the service code.
Public propertyResponseTime The exact point in time when the service is done processing and hands the object back to WCF to be serialized and sent back to the client.
Public propertyResults The number of items that are present in the Results array.
Top
See Also