Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndCreateSecurityConfiguration C# (CSharp) Method

EndCreateSecurityConfiguration() public method

Finishes the asynchronous execution of the CreateSecurityConfiguration operation.
public EndCreateSecurityConfiguration ( IAsyncResult asyncResult ) : CreateSecurityConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSecurityConfiguration.
return Amazon.ElasticMapReduce.Model.CreateSecurityConfigurationResponse
        public  CreateSecurityConfigurationResponse EndCreateSecurityConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSecurityConfigurationResponse>(asyncResult);
        }
AmazonElasticMapReduceClient