예제 #1
0
 public int closeSession(string sessionId)
 {
     WSConsoleTest.PelletService.closeSessionRequest inValue = new WSConsoleTest.PelletService.closeSessionRequest();
     inValue.Body           = new WSConsoleTest.PelletService.closeSessionRequestBody();
     inValue.Body.sessionId = sessionId;
     WSConsoleTest.PelletService.closeSessionResponse retVal = ((WSConsoleTest.PelletService.PelletService)(this)).closeSession(inValue);
     return(retVal.Body.@return);
 }
예제 #2
0
 WSConsoleTest.PelletService.closeSessionResponse WSConsoleTest.PelletService.PelletService.closeSession(WSConsoleTest.PelletService.closeSessionRequest request)
 {
     return(base.Channel.closeSession(request));
 }