SoLDMGlobalResourceParametersSetMonitoringCB Method |
Sets a monitoring delegate.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetMonitoringCB(
SoLDMGlobalResourceParametersLDMMonitoringCB func,
int memAmount
)
Public Shared Sub SetMonitoringCB (
func As SoLDMGlobalResourceParametersLDMMonitoringCB,
memAmount As Integer
)
public:
static void SetMonitoringCB(
SoLDMGlobalResourceParametersLDMMonitoringCB^ func,
int memAmount
)
static member SetMonitoringCB :
func : SoLDMGlobalResourceParametersLDMMonitoringCB *
memAmount : int -> unit
Parameters
- func
- Type: OIV.LDMSoLDMGlobalResourceParametersLDMMonitoringCB
- memAmount
- Type: SystemInt32
Remarks This provides a snapshot of the tile loading performance. The delegatewill be called each time memAmount MB of data have been loaded, with the amount of data and the amount of time elapsed to load that data.
NOTE: This feature is available with VolumeVizLDM only.
See Also