Amazon.MachineLearning.AmazonMachineLearningClient.BeginCreateDataSourceFromS3 C# (CSharp) Метод

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

Initiates the asynchronous execution of the CreateDataSourceFromS3 operation.
public BeginCreateDataSourceFromS3 ( CreateDataSourceFromS3Request request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.MachineLearning.Model.CreateDataSourceFromS3Request Container for the necessary parameters to execute the CreateDataSourceFromS3 operation on AmazonMachineLearningClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginCreateDataSourceFromS3(CreateDataSourceFromS3Request request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateDataSourceFromS3RequestMarshaller();
            var unmarshaller = CreateDataSourceFromS3ResponseUnmarshaller.Instance;

            return BeginInvoke<CreateDataSourceFromS3Request>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonMachineLearningClient