Click or drag to resize
BCServiceProviderAdd Method
Adds the specified key and value to the context.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void Add(
	Guid key,
	Object value
)

Parameters

key
Type: SystemGuid
The key of the element to add.
value
Type: SystemObject
The value of the element to add.
See Also