how much time parts collected in evClientSubmitSm

Post Reply
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

how much time parts collected in evClientSubmitSm

Post by developerlearn999 » Sun Aug 04, 2019 6:45 am

when concantenated parts sent to evClientSubmitSm ,
how ling the dkk wait before the parts are dissposed?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: how much time parts collected in evClientSubmitSm

Post by alt » Tue Aug 13, 2019 5:32 am

what is dkk? Do you mean MessageComposer class?
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: how much time parts collected in evClientSubmitSm

Post by developerlearn999 » Wed Aug 14, 2019 12:23 pm

Hi yes i meant MessageComposer.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: how much time parts collected in evClientSubmitSm

Post by alt » Wed Aug 14, 2019 2:33 pm

It is defined in Timeout property. By default 60 seconds.
https://docs.inetlab.com/smpp/v2/api/In ... meout.html
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: how much time parts collected in evClientSubmitSm

Post by developerlearn999 » Wed Aug 14, 2019 2:51 pm

thanks!
what does the args.GetFirst<> expectes in the <>?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: how much time parts collected in evClientSubmitSm

Post by alt » Wed Aug 14, 2019 5:06 pm

PDU type you need to concatenate. Usually DeliverSm for SmppClient and SubmitSm or SubmitMulti for SmppServer.
Post Reply