Developer Forum [ All Topics | New Topic ]

Thread: how to refresh all diamonds in rapnet

i have a problem of expiry of diamond on rapnet. how can i referesh all record before weekly expiry.i want to do this by webservice. if any one know this just give me the solution.


>> add a comment
rajesh
08/30/2010 07:58


1 Replies:

Hi

Rajesh

 

Please try this:

 

DiamondManager webServiceManager = new DiamondManager();

webServiceManager.Timeout = 600000;

webServiceManager.Login("user", "pass");

 

 

UploadLotsParameters uploadManager = new UploadLotsParameters();

 

KeepAliveParameters aliveParameters = new KeepAliveParameters();

aliveParameters.KeepAliveType = KeepAliveTypes.AllMemberLots;

webServiceManager.KeepAlive(aliveParameters);



>> add a comment
Ahaliav Fox
8/30/2010 9:14:00 AM