DashboardTelemetry Methods
Allows you to inspect performance (timing) of the main DevExpress BI Dashboard’s data processing operations.| Name | Description |
|---|---|
| Dispose() | Releases all resources used by DashboardTelemetry. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Log(String, Action) static | Collects actions for each event of an event session. |
| Log<T>(String, Func<T>) static | Collects actions for each event of an event session. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| TraceError(Object) static | Records all error events since the trace started. |
| TraceInformation(Object) static | Records the object’s information that is collected since the trace started. |
| TraceWarning(Object) static | Records all notification events since the trace started. |
See Also