Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.BeginValidateConfigurationSettings C# (CSharp) Метод

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

Initiates the asynchronous execution of the ValidateConfigurationSettings operation.
public BeginValidateConfigurationSettings ( ValidateConfigurationSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest Container for the necessary parameters to execute the ValidateConfigurationSettings operation on AmazonElasticBeanstalkClient.
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 BeginValidateConfigurationSettings(ValidateConfigurationSettingsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ValidateConfigurationSettingsRequestMarshaller();
            var unmarshaller = ValidateConfigurationSettingsResponseUnmarshaller.Instance;

            return BeginInvoke<ValidateConfigurationSettingsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonElasticBeanstalkClient