public CswNbtObjClassBatchOp makeNodesBatch(CswNbtCISProNbtMobileData.MobileRequest LegacyData)
        {
            // Send to background task
            CswNbtObjClassBatchOp             BatchNode = null;
            CswNbtBatchOpMobileMultiOpUpdates BatchOp   = new CswNbtBatchOpMobileMultiOpUpdates(_CswNbtResources);

            BatchNode = BatchOp.makeBatchOp(LegacyData);

            return(BatchNode);
        }
 public static void saveOperations(ICswResources CswResources, CswNbtWebServiceCISProNbtMobile.CswNbtMobileReturn returnobj, CswNbtCISProNbtMobileData.MobileRequest MobileRequest)
 {
     //Shelve this to a batch operation
     CswNbtBatchOpMobileMultiOpUpdates op        = new CswNbtBatchOpMobileMultiOpUpdates((CswNbtResources)CswResources);
     CswNbtObjClassBatchOp             BatchNode = op.makeBatchOp(MobileRequest);
 }