Click or drag to resize

ConnectionServices.Disconnect Method

Connects to a FactoryLogix xTend Integration Server.

Namespace:  FactoryLogix.xTend.Core
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.252.0.0 (8.252.0.0)
Syntax
public void Disconnect(
	Guid sessionId
)

Parameters

sessionId
Type: System.Guid
The session identifier (Guid) that was returned by the Connect method.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the session identifier is unknown or invalid.
See Also