Example #1
0
 public AxlNetClient.StandardResponse removeH323Phone(AxlNetClient.NameAndGUIDRequest removeH323Phone1)
 {
     AxlNetClient.removeH323PhoneRequest inValue = new AxlNetClient.removeH323PhoneRequest();
     inValue.removeH323Phone = removeH323Phone1;
     AxlNetClient.removeH323PhoneResponse retVal = ((AxlNetClient.AXLPort41)(this)).removeH323Phone(inValue);
     return(retVal.removeH323PhoneResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeH323PhoneResponse> removeH323PhoneAsync(AxlNetClient.NameAndGUIDRequest removeH323Phone)
 {
     AxlNetClient.removeH323PhoneRequest inValue = new AxlNetClient.removeH323PhoneRequest();
     inValue.removeH323Phone = removeH323Phone;
     return(((AxlNetClient.AXLPort41)(this)).removeH323PhoneAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeH323PhoneResponse> AxlNetClient.AXLPort41.removeH323PhoneAsync(AxlNetClient.removeH323PhoneRequest request)
 {
     return(base.Channel.removeH323PhoneAsync(request));
 }
Example #4
0
 AxlNetClient.removeH323PhoneResponse AxlNetClient.AXLPort41.removeH323Phone(AxlNetClient.removeH323PhoneRequest request)
 {
     return(base.Channel.removeH323Phone(request));
 }