SessionsManagerDisposeProfile Method

Dispose an instance of Current Session Profile describes all session specific parameters. Used as a main context for all IO/visualization/calculation operations. by ID of the session.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public void DisposeProfile(
	string sessionId
)

Parameters

sessionId  String
ID of the session.

See Also