ApplyState: IMetabaseUpdateObjectApplyState;
The ApplyState property returns parameters of object readiness to update.
A property value is filled after calling the IMetabaseUpdate.Prepare method of the whole update, or the IMetabaseUpdateNode.Prepare method of the particular object in the update.
The property use is given in the example for IMetabaseUpdateObjectApplyState.UpdateObject.
See also: