IApplicationInfoServiceGetDiagnostics Method (Guid) |
Gets a string containing diagnostic information about the application and the system.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxstring GetDiagnostics(
Guid diagnosticsId
)
Function GetDiagnostics (
diagnosticsId As Guid
) As String
String^ GetDiagnostics(
Guid diagnosticsId
)
abstract GetDiagnostics :
diagnosticsId : Guid -> string
Parameters
- diagnosticsId
- Type: SystemGuid
The ID of the diagnostics.
Return Value
Type:
StringA string containing diagnostic information about the application and the system.
Exceptions
See Also