Beispiel #1
0
 public AxlNetClient.ListCCAProfilesRes listCCAProfiles(AxlNetClient.ListCCAProfilesReq listCCAProfiles1)
 {
     AxlNetClient.listCCAProfilesRequest inValue = new AxlNetClient.listCCAProfilesRequest();
     inValue.listCCAProfiles = listCCAProfiles1;
     AxlNetClient.listCCAProfilesResponse retVal = ((AxlNetClient.AXLPort73)(this)).listCCAProfiles(inValue);
     return(retVal.listCCAProfilesResponse1);
 }
Beispiel #2
0
 public AxlNetClient.ListCCAProfilesRes listCCAProfiles(AxlNetClient.ListCCAProfilesReq listCCAProfiles1)
 {
     return(axlPortClient73.listCCAProfiles(listCCAProfiles1));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <AxlNetClient.listCCAProfilesResponse> listCCAProfilesAsync(AxlNetClient.ListCCAProfilesReq listCCAProfiles)
 {
     AxlNetClient.listCCAProfilesRequest inValue = new AxlNetClient.listCCAProfilesRequest();
     inValue.listCCAProfiles = listCCAProfiles;
     return(((AxlNetClient.AXLPort73)(this)).listCCAProfilesAsync(inValue));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listCCAProfilesResponse> listCCAProfilesAsync(AxlNetClient.ListCCAProfilesReq listCCAProfiles)
 {
     return(axlPortClient73.listCCAProfilesAsync(listCCAProfiles));
 }