예제 #1
0
 public AxlNetClient.StandardResponse resetTranscoder(AxlNetClient.NameAndGUIDRequest resetTranscoder1)
 {
     AxlNetClient.resetTranscoderRequest inValue = new AxlNetClient.resetTranscoderRequest();
     inValue.resetTranscoder = resetTranscoder1;
     AxlNetClient.resetTranscoderResponse retVal = ((AxlNetClient.AXLPort11)(this)).resetTranscoder(inValue);
     return(retVal.resetTranscoderResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.resetTranscoderResponse> resetTranscoderAsync(AxlNetClient.NameAndGUIDRequest resetTranscoder)
 {
     AxlNetClient.resetTranscoderRequest inValue = new AxlNetClient.resetTranscoderRequest();
     inValue.resetTranscoder = resetTranscoder;
     return(((AxlNetClient.AXLPort11)(this)).resetTranscoderAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.resetTranscoderResponse> AxlNetClient.AXLPort11.resetTranscoderAsync(AxlNetClient.resetTranscoderRequest request)
 {
     return(base.Channel.resetTranscoderAsync(request));
 }
예제 #4
0
 AxlNetClient.resetTranscoderResponse AxlNetClient.AXLPort11.resetTranscoder(AxlNetClient.resetTranscoderRequest request)
 {
     return(base.Channel.resetTranscoder(request));
 }