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