예제 #1
0
파일: Reference.cs 프로젝트: Sobiech/zut
 public bool removeSession(string sid)
 {
     BooksClient.CustomerManagerService.removeSessionRequest inValue = new BooksClient.CustomerManagerService.removeSessionRequest();
     inValue.sid = sid;
     BooksClient.CustomerManagerService.removeSessionResponse retVal = ((BooksClient.CustomerManagerService.CustomerManager)(this)).removeSession(inValue);
     return(retVal.@return);
 }
예제 #2
0
파일: Reference.cs 프로젝트: Sobiech/zut
 public System.Threading.Tasks.Task <BooksClient.CustomerManagerService.removeSessionResponse> removeSessionAsync(string sid)
 {
     BooksClient.CustomerManagerService.removeSessionRequest inValue = new BooksClient.CustomerManagerService.removeSessionRequest();
     inValue.sid = sid;
     return(((BooksClient.CustomerManagerService.CustomerManager)(this)).removeSessionAsync(inValue));
 }
예제 #3
0
파일: Reference.cs 프로젝트: Sobiech/zut
 System.Threading.Tasks.Task <BooksClient.CustomerManagerService.removeSessionResponse> BooksClient.CustomerManagerService.CustomerManager.removeSessionAsync(BooksClient.CustomerManagerService.removeSessionRequest request)
 {
     return(base.Channel.removeSessionAsync(request));
 }
예제 #4
0
파일: Reference.cs 프로젝트: Sobiech/zut
 BooksClient.CustomerManagerService.removeSessionResponse BooksClient.CustomerManagerService.CustomerManager.removeSession(BooksClient.CustomerManagerService.removeSessionRequest request)
 {
     return(base.Channel.removeSession(request));
 }