Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateTranscoder(AxlNetClient.UpdateTranscoderReq updateTranscoder1)
 {
     AxlNetClient.updateTranscoderRequest inValue = new AxlNetClient.updateTranscoderRequest();
     inValue.updateTranscoder = updateTranscoder1;
     AxlNetClient.updateTranscoderResponse retVal = ((AxlNetClient.AXLPort11)(this)).updateTranscoder(inValue);
     return(retVal.updateTranscoderResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateTranscoderResponse> updateTranscoderAsync(AxlNetClient.UpdateTranscoderReq updateTranscoder)
 {
     return(axlPortClient11.updateTranscoderAsync(updateTranscoder));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse updateTranscoder(AxlNetClient.UpdateTranscoderReq updateTranscoder1)
 {
     return(axlPortClient11.updateTranscoder(updateTranscoder1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateTranscoderResponse> updateTranscoderAsync(AxlNetClient.UpdateTranscoderReq updateTranscoder)
 {
     AxlNetClient.updateTranscoderRequest inValue = new AxlNetClient.updateTranscoderRequest();
     inValue.updateTranscoder = updateTranscoder;
     return(((AxlNetClient.AXLPort11)(this)).updateTranscoderAsync(inValue));
 }