Пример #1
0
 public bool isbusy(string app, string user)
 {
     Scratch.kodex.isbusyRequest inValue = new Scratch.kodex.isbusyRequest();
     inValue.Body      = new Scratch.kodex.isbusyRequestBody();
     inValue.Body.app  = app;
     inValue.Body.user = user;
     Scratch.kodex.isbusyResponse retVal = ((Scratch.kodex.apiSoap)(this)).isbusy(inValue);
     return(retVal.Body.isbusyResult);
 }
Пример #2
0
 Scratch.kodex.isbusyResponse Scratch.kodex.apiSoap.isbusy(Scratch.kodex.isbusyRequest request)
 {
     return(base.Channel.isbusy(request));
 }