Initializes a new instance of the BCServiceProvider class.

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

Syntax

C#
public BCServiceProvider(
	BCRepository repository,
	IWin32Window owner
)
Visual Basic
Public Sub New ( _
	repository As BCRepository, _
	owner As IWin32Window _
)
Visual C++
public:
BCServiceProvider(
	BCRepository^ repository, 
	IWin32Window^ owner
)

Parameters

repository
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepository
The connection to a vault. If not nullNothingnullptra null reference (Nothing in Visual Basic), then a new instance of the IAMMetaDataService service is added to the context.
owner
Type: System.Windows.Forms..::..IWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.

Remarks

The created context contains the IAMStall and the IAMMetaDataService services.

See Also