MySQL beginner |
|
In het engels:
Citaat: The problem in general is not that i'm unable to retreive any information.
The problem here is that i'm unable to add the sessionId to an active class named "Dummie_Config config;"
Another problem here is, that it executes other code lines, before it was unable to retreive the session ID, which is caused by the ASynchronize which the WebClient and HTTPWebRequest uses.
Therefore I need to find a way to create a Synchronize webrequest. But as far i've searched, i've been unable to find something like this.
Ik wil dus gewoon een SessieID ophalen, dat word gegenereerd door de webserver, en word terug gestuurd in XML formaat.
Nu doordat ASync gewoon doorgaat met het uitvoeren van zijn code, en tegelijkertijd de opdracht geeft aan de komende code, dat het door kan gaan..
Het dus al de nieuwe code initialiseert terwijl hij nog geen actieve SessieID heeft.
En dus heb ik verouderde Data, Ik probeer het nu op te lossen met een ManualResetEvent, maar ook dit is zonder succes.
Nu blijft hij oneindig doorladen terwijl hij al met een max een seconde iets terug hoort te hebben.
nieuwe source:
http://plaatscode.be/141397/
--------------------------
Gebruik maken van ManualResetEvent en Threading resulteerd in het constant laden.
Iemand suggesties? |