Tamino API for .NET

TaminoConnection.Diagnose Method 

Perform diagnose request.

[Visual Basic]
Public Function Diagnose( _
   ByVal what As String _
) As TaminoResponse
[C#]
public TaminoResponse Diagnose(
   string what
);

Parameters

what
diagnose subject

Remarks

Typical values for the 'what' parameter are "version", "ping" and "echo".

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

TaminoConnection Class | TaminoConnection Members | SoftwareAG.Tamino.Api Namespace