SoCpuBufferAsyncBasicPropertyRequestRefetch Method |
Ask to initiate an ansynchronous load of the data if not already in memory.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void RequestRefetch(
SoBufferAsyncNotifierInterface asyncNotifier,
double weight
)
Public Overridable Sub RequestRefetch (
asyncNotifier As SoBufferAsyncNotifierInterface,
weight As Double
)
public:
virtual void RequestRefetch(
SoBufferAsyncNotifierInterface^ asyncNotifier,
double weight
)
abstract RequestRefetch :
asyncNotifier : SoBufferAsyncNotifierInterface *
weight : float -> unit
override RequestRefetch :
asyncNotifier : SoBufferAsyncNotifierInterface *
weight : float -> unit
Parameters
- asyncNotifier
- Type: OIV.LDM.TilesSoBufferAsyncNotifierInterface
- weight
- Type: SystemDouble
Remarks Application must call asyncNotifier->resourceChangeNotify() In order to let LDM for example know that some new data are available.
See Also