Session.Close Method

Closes session.

New session can be opened using Session.Open using the same instance of Session.

Advertisement

Syntax

C#
public void Close()
VB.NET
Public Sub Close()

Exceptions

Exception Condition
InvalidOperationException Session is not opened.

Remarks

See also Session.Dispose.

Last modified: by martin