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.LDMAssembly: 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
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetLDMMonitoringCB (
cb As SoLDMGlobalResourceParametersLDMMonitoringUserDataCB,
memAmount As Integer,
userData As Object
)
public:
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetLDMMonitoringCB(
SoLDMGlobalResourceParametersLDMMonitoringUserDataCB^ cb,
int memAmount,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetLDMMonitoringCB :
cb : SoLDMGlobalResourceParametersLDMMonitoringUserDataCB *
memAmount : int *
userData : Object -> unit
Parameters
- cb
- Type: OIV.LDMSoLDMGlobalResourceParametersLDMMonitoringUserDataCB
- memAmount
- Type: SystemInt32
- userData
- Type: SystemObject
See Also