Esempio n. 1
0
 public AxlNetClient.StandardResponse removeNetworkAccessProfile(AxlNetClient.NameAndGUIDRequest removeNetworkAccessProfile1)
 {
     AxlNetClient.removeNetworkAccessProfileRequest inValue = new AxlNetClient.removeNetworkAccessProfileRequest();
     inValue.removeNetworkAccessProfile = removeNetworkAccessProfile1;
     AxlNetClient.removeNetworkAccessProfileResponse retVal = ((AxlNetClient.AXLPort77)(this)).removeNetworkAccessProfile(inValue);
     return(retVal.removeNetworkAccessProfileResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeNetworkAccessProfileResponse> removeNetworkAccessProfileAsync(AxlNetClient.NameAndGUIDRequest removeNetworkAccessProfile)
 {
     AxlNetClient.removeNetworkAccessProfileRequest inValue = new AxlNetClient.removeNetworkAccessProfileRequest();
     inValue.removeNetworkAccessProfile = removeNetworkAccessProfile;
     return(((AxlNetClient.AXLPort77)(this)).removeNetworkAccessProfileAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeNetworkAccessProfileResponse> AxlNetClient.AXLPort77.removeNetworkAccessProfileAsync(AxlNetClient.removeNetworkAccessProfileRequest request)
 {
     return(base.Channel.removeNetworkAccessProfileAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.removeNetworkAccessProfileResponse AxlNetClient.AXLPort77.removeNetworkAccessProfile(AxlNetClient.removeNetworkAccessProfileRequest request)
 {
     return(base.Channel.removeNetworkAccessProfile(request));
 }