Represents a BlueCielo Meridian Task Server.
System Object BlueCieloECM.InnoCielo.Meridian DisposableObject BlueCieloECM.InnoCielo.Meridian.Server BCTaskServerNamespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public class BCTaskServer : DisposableObject
Public Class BCTaskServer _
Inherits DisposableObject
public ref class BCTaskServer : public DisposableObject
The BlueCielo Task Server is a service that can be installed
as part of a Meridian installation. It can run on any computer
on a LAN. By customizing Meridian events with VBScript or
Visual Basic, Meridian client applications can use the Task
Server for processes that do not require user interaction or
are best offloaded to the Task Server computer, freeing the
client computer for use by the user. The Task Server can be
instructed to execute predefined operations (tasks) that can
be controlled by arguments that are determined by the
customization code. After submitting a task to the Task Server,
the client application will continue, leaving the execution of
the task to the Task Server. The Task Server will autonomously
execute all submitted tasks. It does not require any
communication with the client that submitted the task, and it
will not provide any feedback to the client about the result
of the task.