Click or drag to resize

ConnectionServicesDisconnect Method

Connects to a FactoryLogix xTend Integration Server.

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

Parameters

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