FME Server .NET API

IFMEServerSession.Disconnect Method 

Disconnects the session with the FME Server. This should be called when a server session is no longer needed to free up resources.

[Visual Basic]
Sub Disconnect()
[C#]
void Disconnect();

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

IFMEServerSession Interface | IFMEServerSession Members | Safe.FMEServer.API Namespace