Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndDescribeSecurityConfiguration C# (CSharp) Méthode

EndDescribeSecurityConfiguration() public méthode

Finishes the asynchronous execution of the DescribeSecurityConfiguration operation.
public EndDescribeSecurityConfiguration ( IAsyncResult asyncResult ) : DescribeSecurityConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSecurityConfiguration.
Résultat Amazon.ElasticMapReduce.Model.DescribeSecurityConfigurationResponse
        public  DescribeSecurityConfigurationResponse EndDescribeSecurityConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeSecurityConfigurationResponse>(asyncResult);
        }
AmazonElasticMapReduceClient