コード例 #1
0
 public System.IAsyncResult BeginComputeWithInputDataPath(TestClient.ComputeWithInputDataPathRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginComputeWithInputDataPath(request, callback, asyncState));
 }
コード例 #2
0
 public TestClient.ComputeWithInputDataPathResponse ComputeWithInputDataPath(TestClient.ComputeWithInputDataPathRequest request)
 {
     return(base.Channel.ComputeWithInputDataPath(request));
 }