DataSource.NET
UpdateContainer Method (model)
NamespacesCaplin.DataSource.Messaging.ContainerIContainerOperationUpdateContainer(IContainerModel)
Updates the container model with the effects of this operation.
Declaration Syntax
C#Visual BasicVisual C++
void UpdateContainer(
	IContainerModel model
)
Sub UpdateContainer ( _
	model As IContainerModel _
)
void UpdateContainer(
	IContainerModel^ model
)
Parameters
model (IContainerModel)
Your implementation of IContainerModel which will be updated with the effects of this operation.
Remarks

If you have defined a model of the container by implementing IContainerModel, call this method from within your implementation to update the model according to the operation. The method invokes the relevant operation callback method on the IContainerModel implementation.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)