[This is preliminary documentation and is subject to change.]
Dumps check results into writer in on of the supported formats
Namespace: NFX.HealthAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string Report(
TextWriter writer,
string format
)
public string Report(
TextWriter writer,
string format
)
Public Function Report (
writer As TextWriter,
format As String
) As String
Public Function Report (
writer As TextWriter,
format As String
) As String
public:
String^ Report(
TextWriter^ writer,
String^ format
)
public:
String^ Report(
TextWriter^ writer,
String^ format
)
member Report :
writer : TextWriter *
format : string -> string
member Report :
writer : TextWriter *
format : string -> string
Return Value
Type:
String