BCSClient ClassMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Represents an application that hosts script objects (for example, InnoCielo PowerUser).
Inheritance Hierarchy

OnlineSystem Object
  BlueCieloECM.InnoCielo.Meridian DisposableObject
    BlueCieloECM.InnoCielo.Meridian.Scripting BCScriptObject
      BlueCieloECM.InnoCielo.Meridian.Scripting BCSClient

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

public class BCSClient : 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).

See Also