IApplicationInfoServiceGetDiagnosticsStatus Method

Gets the status of diagnostics generation.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
DiagnosticsGenerationStatus GetDiagnosticsStatus(
	Guid diagnosticsId
)

Parameters

diagnosticsId
Type: SystemGuid
The ID of the diagnostics.

Return Value

Type: DiagnosticsGenerationStatus
A DiagnosticsGenerationStatus representing the status of diagnostics generation.
Exceptions
ExceptionCondition
ArgumentExceptiondiagnosticsId is Empty.
InvalidOperationExceptionDiagnostics metadata is missing or invalid.
NotFoundExceptionDiagnostics is not found or expired.
See Also