Tamino API for .NET

TaminoQueryResponse.Close Method 

Close the query result set.

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

Remarks

Calling any method after closing the query response may cause an exception to be thrown.

Exceptions

Exception TypeCondition
TaminoExceptionif the close fails

See Also

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