Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse removeServiceProfile(AxlNetClient.NameAndGUIDRequest removeServiceProfile1)
 {
     AxlNetClient.removeServiceProfileRequest inValue = new AxlNetClient.removeServiceProfileRequest();
     inValue.removeServiceProfile = removeServiceProfile1;
     AxlNetClient.removeServiceProfileResponse retVal = ((AxlNetClient.AXLPort68)(this)).removeServiceProfile(inValue);
     return(retVal.removeServiceProfileResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeServiceProfileResponse> removeServiceProfileAsync(AxlNetClient.NameAndGUIDRequest removeServiceProfile)
 {
     AxlNetClient.removeServiceProfileRequest inValue = new AxlNetClient.removeServiceProfileRequest();
     inValue.removeServiceProfile = removeServiceProfile;
     return(((AxlNetClient.AXLPort68)(this)).removeServiceProfileAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeServiceProfileResponse> AxlNetClient.AXLPort68.removeServiceProfileAsync(AxlNetClient.removeServiceProfileRequest request)
 {
     return(base.Channel.removeServiceProfileAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.removeServiceProfileResponse AxlNetClient.AXLPort68.removeServiceProfile(AxlNetClient.removeServiceProfileRequest request)
 {
     return(base.Channel.removeServiceProfile(request));
 }