Amazon.DeviceFarm.AmazonDeviceFarmClient.GetTest C# (CSharp) Метод

GetTest() публичный Метод

Gets information about a test.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetTest ( Amazon.DeviceFarm.Model.GetTestRequest request ) : Amazon.DeviceFarm.Model.GetTestResponse
request Amazon.DeviceFarm.Model.GetTestRequest Container for the necessary parameters to execute the GetTest service method.
Результат Amazon.DeviceFarm.Model.GetTestResponse
        public GetTestResponse GetTest(GetTestRequest request)
        {
            var marshaller = new GetTestRequestMarshaller();
            var unmarshaller = GetTestResponseUnmarshaller.Instance;

            return Invoke<GetTestRequest,GetTestResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonDeviceFarmClient::GetTest ( string arn ) : Amazon.DeviceFarm.Model.GetTestResponse
AmazonDeviceFarmClient