XmlDataFrameReceiveData Method |
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic void ReceiveData(
string result,
bool cancelled
)
Public Sub ReceiveData (
result As String,
cancelled As Boolean
)
public:
void ReceiveData(
String^ result,
bool cancelled
)
member ReceiveData :
result : string *
cancelled : bool -> unit
Parameters
- result
- Type: SystemString
- cancelled
- Type: SystemBoolean
See Also