Exemplo n.º 1
0
 public void endSession()
 {
     net.seabay.polarion.Session.endSessionRequest  inValue = new net.seabay.polarion.Session.endSessionRequest();
     net.seabay.polarion.Session.endSessionResponse retVal  = ((net.seabay.polarion.Session.SessionWebService)(this)).endSession(inValue);
 }
Exemplo n.º 2
0
 net.seabay.polarion.Session.endSessionResponse net.seabay.polarion.Session.SessionWebService.endSession(net.seabay.polarion.Session.endSessionRequest request)
 {
     return(base.Channel.endSession(request));
 }