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

EndListSecurityConfigurations() public méthode

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