Represents an application that hosts script objects (for example, InnoCielo PowerUser).

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public class BCSClient : BCScriptObject
Visual Basic
Public Class BCSClient _
	Inherits BCScriptObject
Visual C++
public ref class BCSClient : public BCScriptObject

Remarks

The client executes commands only after the current operation (and all its event procedures) has finished.

These commands may trigger new events (for example, when they are invoked from the Clients menu).

Inheritance Hierarchy

See Also