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)
Syntaxvoid ReceiveData(
string data,
bool cancelled
)
Sub ReceiveData (
data As String,
cancelled As Boolean
)
void ReceiveData(
String^ data,
bool cancelled
)
abstract ReceiveData :
data : string *
cancelled : bool -> unit
Parameters
- data
- Type: SystemString
Data received - cancelled
- Type: SystemBoolean
Whether the query terminated in a cancel or success state
See Also