Exemplo n.º 1
0
 public AxlNetClient.StandardResponse removeDefaultDeviceProfile(AxlNetClient.NameAndGUIDRequest removeDefaultDeviceProfile1)
 {
     AxlNetClient.removeDefaultDeviceProfileRequest inValue = new AxlNetClient.removeDefaultDeviceProfileRequest();
     inValue.removeDefaultDeviceProfile = removeDefaultDeviceProfile1;
     AxlNetClient.removeDefaultDeviceProfileResponse retVal = ((AxlNetClient.AXLPort41)(this)).removeDefaultDeviceProfile(inValue);
     return(retVal.removeDefaultDeviceProfileResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeDefaultDeviceProfileResponse> removeDefaultDeviceProfileAsync(AxlNetClient.NameAndGUIDRequest removeDefaultDeviceProfile)
 {
     AxlNetClient.removeDefaultDeviceProfileRequest inValue = new AxlNetClient.removeDefaultDeviceProfileRequest();
     inValue.removeDefaultDeviceProfile = removeDefaultDeviceProfile;
     return(((AxlNetClient.AXLPort41)(this)).removeDefaultDeviceProfileAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeDefaultDeviceProfileResponse> AxlNetClient.AXLPort41.removeDefaultDeviceProfileAsync(AxlNetClient.removeDefaultDeviceProfileRequest request)
 {
     return(base.Channel.removeDefaultDeviceProfileAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.removeDefaultDeviceProfileResponse AxlNetClient.AXLPort41.removeDefaultDeviceProfile(AxlNetClient.removeDefaultDeviceProfileRequest request)
 {
     return(base.Channel.removeDefaultDeviceProfile(request));
 }