Amazon.MachineLearning.AmazonMachineLearningClient.CreateDataSourceFromRDSAsync C# (CSharp) 메소드

CreateDataSourceFromRDSAsync() 공개 메소드

Initiates the asynchronous execution of the CreateDataSourceFromRDS operation.
public CreateDataSourceFromRDSAsync ( CreateDataSourceFromRDSRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.MachineLearning.Model.CreateDataSourceFromRDSRequest Container for the necessary parameters to execute the CreateDataSourceFromRDS operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<CreateDataSourceFromRDSResponse> CreateDataSourceFromRDSAsync(CreateDataSourceFromRDSRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateDataSourceFromRDSRequestMarshaller();
            var unmarshaller = CreateDataSourceFromRDSResponseUnmarshaller.Instance;

            return InvokeAsync<CreateDataSourceFromRDSRequest,CreateDataSourceFromRDSResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonMachineLearningClient