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

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

Initiates the asynchronous execution of the GetDevicePoolCompatibility operation.
public GetDevicePoolCompatibilityAsync ( GetDevicePoolCompatibilityRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityRequest Container for the necessary parameters to execute the GetDevicePoolCompatibility operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetDevicePoolCompatibilityResponse> GetDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetDevicePoolCompatibilityRequestMarshaller();
            var unmarshaller = GetDevicePoolCompatibilityResponseUnmarshaller.Instance;

            return InvokeAsync<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient