Click or drag to resize

BCScriptCallableObject.Services Property

Gets the client application context the instance was initialized with.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
[ComVisibleAttribute(false)]
public BCServiceProvider Services { get; }

Property Value

Type: BCServiceProvider
Remarks
The property is initialized only when the object is created on a client side by passing false to the AMCreateObject function for the second parameter (OnServer=false). For server side initialization (OnServer=true), the property returns null.
See Also