Esempio n. 1
0
 public YaleIsps.HandleService.YalePersistentLinkingService2.resultMap modifyBatch(YaleIsps.HandleService.YalePersistentLinkingService2.handleMap handlesToValues, string user, string credential)
 {
     return(base.Channel.modifyBatch(handlesToValues, user, credential));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <YaleIsps.HandleService.YalePersistentLinkingService2.resultMap> modifyBatchAsync(YaleIsps.HandleService.YalePersistentLinkingService2.handleMap handlesToValues, string user, string credential)
 {
     return(base.Channel.modifyBatchAsync(handlesToValues, user, credential));
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <YaleIsps.HandleService.YalePersistentLinkingService2.resultMap> createBatchSemanticAsync(YaleIsps.HandleService.YalePersistentLinkingService2.handleMap handlesToValues, string group, string user, string credential)
 {
     return(base.Channel.createBatchSemanticAsync(handlesToValues, group, user, credential));
 }