GoDiagram Win Reference
ProcessDelayedObjects Method

This method fixes up any objects that had references that were unable to be resolved during the regular Consume steps.
Syntax
'Declaration
 
Public Overridable Sub ProcessDelayedObjects() 
public virtual void ProcessDelayedObjects()
Remarks
This uses the information remembered from calls to AddDelayedRef. For each object/property pair that was delayed, this method calls FindShared to get the real object corresponding to the saved string reference, and calls InvokeUpdateReference to actually assign the object's property with that reference. You probably do not need to override this method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlReader Class
GoXmlReader Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback