SoLDMDataAccessEndRequest Method |
This method is called each time a data request is finished, meaning that the data requested asynchronously is now available.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void EndRequest(
int requestId
)
Public Sub EndRequest (
requestId As Integer
)
public:
void EndRequest(
int requestId
)
member EndRequest :
requestId : int -> unit
Parameters
- requestId
- Type: SystemInt32
Remarks This method should be overloaded in a derived class in order to handle loaded data.
See Also