Page 1 of 1

I Can send Long text with SendText() Method but slow.

Posted: Sat Dec 26, 2009 4:07 am
by chaoraksa
Hi alt!
Can u tell why i send using sendText() method it slow to send? and can i use other method or way to send long message the fast way like sendTextAsync()?

Thanks,,
Raksa,,

Posted: Wed Jan 06, 2010 9:07 am
by alt
Hi Raksa,

Correct. Method SendTextAsync() much faster then SendText().

SendText waits for response from SMSC.

SendTextAsync does not wait for response from SMSC, but response still can be retrieved in the event evSubmitComplete.