Beispiel #1
0
 public AxlNetClient.StandardResponse applyH323Phone(AxlNetClient.NameAndGUIDRequest applyH323Phone1)
 {
     AxlNetClient.applyH323PhoneRequest inValue = new AxlNetClient.applyH323PhoneRequest();
     inValue.applyH323Phone = applyH323Phone1;
     AxlNetClient.applyH323PhoneResponse retVal = ((AxlNetClient.AXLPort42)(this)).applyH323Phone(inValue);
     return(retVal.applyH323PhoneResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyH323PhoneResponse> applyH323PhoneAsync(AxlNetClient.NameAndGUIDRequest applyH323Phone)
 {
     AxlNetClient.applyH323PhoneRequest inValue = new AxlNetClient.applyH323PhoneRequest();
     inValue.applyH323Phone = applyH323Phone;
     return(((AxlNetClient.AXLPort42)(this)).applyH323PhoneAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyH323PhoneResponse> AxlNetClient.AXLPort42.applyH323PhoneAsync(AxlNetClient.applyH323PhoneRequest request)
 {
     return(base.Channel.applyH323PhoneAsync(request));
 }
Beispiel #4
0
 AxlNetClient.applyH323PhoneResponse AxlNetClient.AXLPort42.applyH323Phone(AxlNetClient.applyH323PhoneRequest request)
 {
     return(base.Channel.applyH323Phone(request));
 }