'Declaration
Public Function SendSupportFiles( _ ByVal info As DiagnosticSubmissionInformation, _ ByRef message As String _ ) As Boolean
public bool SendSupportFiles( DiagnosticSubmissionInformation info, out string message )
Parameters
- info
- Information to be submitted with the logs.
- message
- On return, contains an error message if the call fails.
Return Value
True if logs were submitted or False if an error occurred.