Click or drag to resize
SoLDMDataAccessEndRequest Method

This method is called each time a data request is finished, meaning that the data requested asynchronously is now available.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void EndRequest(
	int requestId
)

Parameters

requestId
Type: SystemInt32
Remarks

This method should be overloaded in a derived class in order to handle loaded data.

See Also