ServerStation.RunAndSaveDiagnostics Method

Save diagnostics to file
<ID("RunAndSaveDiagnostics", (int)e.RunAndSaveDiagnostics)> _ 
Public Function RunAndSaveDiagnostics( _ 
ByVal fileName As String
) As Integer
This language is not supported or no code example is available.
[ID("RunAndSaveDiagnostics", (int)e.RunAndSaveDiagnostics)] 
public int RunAndSaveDiagnostics( 
string fileName 
)
This language is not supported or no code example is available.

Parameters

fileName
string

File name

Return Value

int

Always 0

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition