Click or drag to resize
SoLDMGlobalResourceParametersSetLDMMonitoringCB Method (SoLDMGlobalResourceParametersLDMMonitoringUserDataCB, Int32, Object)

Note: This API is now obsolete.

Sets a monitoring delegate. This delegate provides a snapshot of the data loading performance. The delegate will be invoked each time memAmount MB of data is loaded. The delegate is called with the amount of data and the amount of time required to load that data. NOTE: This feature is available with VolumeVizLDM only.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetLDMMonitoringCB(
	SoLDMGlobalResourceParametersLDMMonitoringUserDataCB cb,
	int memAmount,
	Object userData
)

Parameters

cb
Type: OIV.LDMSoLDMGlobalResourceParametersLDMMonitoringUserDataCB
memAmount
Type: SystemInt32
userData
Type: SystemObject
See Also