BCTaskObject OnInitialize Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Called when the object is being initialized with a repository.

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

protected virtual void OnInitialize(
	BCRepository repository
)
Remarks

The repository is initialized only when the task requires connection to a vault (see the OnConnect(String , String , String , String , String ) method). By default, the connection is made from behalf of the user account of the Task Server.
See Also