Click or drag to resize

IDataFetchReceiverReceiveData Method

Called when the asynchronous data pull is done

Namespace:  Kratos_3.Interfaces
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
void ReceiveData(
	string data,
	bool cancelled
)

Parameters

data
Type: SystemString
Data received
cancelled
Type: SystemBoolean
Whether the query terminated in a cancel or success state
See Also