Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~178 People Reached
Favorite Forums
Member Avatar for Mara_1

Hi. Good day This is my code in C# while (SMSMessages.Count != 0) { String SMSMessage; if (SMSMessages.TryDequeue(out SMSMessage)) { string[] nummsg = SMSMessage.Split(';'); ConsoleWriteLine("Waiting for message to send..."); IAsyncResult result; Action action = () => { _smsreadyNotifier1.WaitOne(); }; result = action.BeginInvoke(null, null); if (result.AsyncWaitHandle.WaitOne(20000)) { string TaskID = null; …

Member Avatar for tinstaafl
0
178