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