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

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

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

            return InvokeAsync<GetDevicePoolRequest,GetDevicePoolResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonDeviceFarmClient::GetDevicePoolAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
AmazonDeviceFarmClient