0
I have the following code:
XmlParaApi = xml;
that passes a string variable (xml) to a string global variable (Xmlparaapi). Until then all this code is in an Api, the Gora my problem is with the code below:
string XmlApi = XmlApi.XmlParaApi;
The problem occurs because I make two functions occur simultaneously, only I need the second code to wait for the variable (Xmlparaapi) to be ready to be used, I’ve seen that there is a way to do by "Wait", but I haven’t been able to do, someone can help?