SPDiagnosticsDataService members
The service provides the correlated diagnostics data
The SPDiagnosticsDataService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDiagnosticsDataService |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAggregatedDiagnosticsData | Get the aggregated result. It returns the sum for numeric type of data | |
GetDiagnosticsData(String, Boolean) | Get all diagnostics data for a given correlation id | |
GetDiagnosticsData(String, String) | Get all diagnostics data for a given correlation id and name | |
GetDiagnosticsData(String, String, String) | Get all diagnostics data for a given correlation id and name in a specific scope | |
GetDiagnosticsDataAsFile | ||
GetHashCode | (Inherited from Object.) | |
GetMyCorrelationId | ||
GetMyScopes | Get the monitored scope from the curent user and address after a specific time. | |
GetScope | Get the specific monitored scope. | |
GetScopes | Get all monitored scopes. | |
GetType | (Inherited from Object.) | |
GetULSLog | ||
MemberwiseClone | (Inherited from Object.) | |
PutDiagnosticsData | Put one or multiple SPDiangosticsData to the store. The correlation id must be specified. | |
PutScopes | Put one or multiple SPMonitoredScopeData to the store.The included children and diagostics data will also be imported | |
SetMyCorrelationId | ||
ToString | (Inherited from Object.) |
Top