Tamino API for .NET

TaminoConnection.Close Method 

Close the connection.

[Visual Basic]
Public Sub Close()
[C#]
public void Close();

Remarks

A connection MUST be closed when finished with, in order to prevent resource leakage.

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure
TaminoExceptionif the close fails

See Also

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