This function call reports all the DotNet system metrics and should be kept at reach to review the DotNet and Tornado setup.

Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public int TornadoInfo()
Visual Basic (Declaration)
Public Function TornadoInfo As Integer

Examples

The way to call make this call is as follows. A file containing this code is TornadoInfo.aspx.
CopyVB.NET
<%
  Dim MyTest As New tornado.z
  Mytest.TornadoInfo() 
%>

See Also