示例#1
0
 public AxlNetClient.ListVoiceMailProfileRes listVoiceMailProfile(AxlNetClient.ListVoiceMailProfileReq listVoiceMailProfile1)
 {
     AxlNetClient.listVoiceMailProfileRequest inValue = new AxlNetClient.listVoiceMailProfileRequest();
     inValue.listVoiceMailProfile = listVoiceMailProfile1;
     AxlNetClient.listVoiceMailProfileResponse retVal = ((AxlNetClient.AXLPort29)(this)).listVoiceMailProfile(inValue);
     return(retVal.listVoiceMailProfileResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.listVoiceMailProfileResponse> listVoiceMailProfileAsync(AxlNetClient.ListVoiceMailProfileReq listVoiceMailProfile)
 {
     AxlNetClient.listVoiceMailProfileRequest inValue = new AxlNetClient.listVoiceMailProfileRequest();
     inValue.listVoiceMailProfile = listVoiceMailProfile;
     return(((AxlNetClient.AXLPort29)(this)).listVoiceMailProfileAsync(inValue));
 }
示例#3
0
 public System.Threading.Tasks.Task <AxlNetClient.listVoiceMailProfileResponse> listVoiceMailProfileAsync(AxlNetClient.ListVoiceMailProfileReq listVoiceMailProfile)
 {
     return(axlPortClient29.listVoiceMailProfileAsync(listVoiceMailProfile));
 }
示例#4
0
 public AxlNetClient.ListVoiceMailProfileRes listVoiceMailProfile(AxlNetClient.ListVoiceMailProfileReq listVoiceMailProfile1)
 {
     return(axlPortClient29.listVoiceMailProfile(listVoiceMailProfile1));
 }