| BCServiceProvider Constructor (BCRepository) |
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCServiceProvider(
BCRepository repository
)
Public Sub New (
repository As BCRepository
)
public:
BCServiceProvider(
BCRepository^ repository
)
new :
repository : BCRepository -> BCServiceProviderParameters
- repository
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The connection to a vault. If not , then
a new instance of the IAMMetaDataService service is added to the context.
Remarks
The created context contains the IAMStall and the IAMMetaDataService services.
See Also