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

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

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

            return InvokeAsync<UpdateDevicePoolRequest,UpdateDevicePoolResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient