Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndCreateStorageLocation C# (CSharp) Method

EndCreateStorageLocation() public method

Finishes the asynchronous execution of the CreateStorageLocation operation.
public EndCreateStorageLocation ( IAsyncResult asyncResult ) : CreateStorageLocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStorageLocation.
return Amazon.ElasticBeanstalk.Model.CreateStorageLocationResponse
        public  CreateStorageLocationResponse EndCreateStorageLocation(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateStorageLocationResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient