//Call to the Service client1.BeginProcessRecords(SessionId, new AsyncCallback(Class.TransactionalDataCallback), client1); //Call Back if (result.AsyncState != null) { client1 = (SendRawDataServiceReference.ProcessRecordsServiceClient)result.AsyncState; intProcessedRecCount = intProcessedRecCount + 1; client1.EndProcessRecords(result); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)