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