Beispiel #1
0
 public AxlNetClient.StandardResponse removeSafSecurityProfile(AxlNetClient.NameAndGUIDRequest removeSafSecurityProfile1)
 {
     AxlNetClient.removeSafSecurityProfileRequest inValue = new AxlNetClient.removeSafSecurityProfileRequest();
     inValue.removeSafSecurityProfile = removeSafSecurityProfile1;
     AxlNetClient.removeSafSecurityProfileResponse retVal = ((AxlNetClient.AXLPort53)(this)).removeSafSecurityProfile(inValue);
     return(retVal.removeSafSecurityProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeSafSecurityProfileResponse> removeSafSecurityProfileAsync(AxlNetClient.NameAndGUIDRequest removeSafSecurityProfile)
 {
     AxlNetClient.removeSafSecurityProfileRequest inValue = new AxlNetClient.removeSafSecurityProfileRequest();
     inValue.removeSafSecurityProfile = removeSafSecurityProfile;
     return(((AxlNetClient.AXLPort53)(this)).removeSafSecurityProfileAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeSafSecurityProfileResponse> AxlNetClient.AXLPort53.removeSafSecurityProfileAsync(AxlNetClient.removeSafSecurityProfileRequest request)
 {
     return(base.Channel.removeSafSecurityProfileAsync(request));
 }
Beispiel #4
0
 AxlNetClient.removeSafSecurityProfileResponse AxlNetClient.AXLPort53.removeSafSecurityProfile(AxlNetClient.removeSafSecurityProfileRequest request)
 {
     return(base.Channel.removeSafSecurityProfile(request));
 }