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

EndRestartAppServer() public method

Finishes the asynchronous execution of the RestartAppServer operation.
public EndRestartAppServer ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.RestartAppServerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestartAppServer.
return Amazon.ElasticBeanstalk.Model.RestartAppServerResponse
        public  RestartAppServerResponse EndRestartAppServer(IAsyncResult asyncResult)
        {
            return EndInvoke<RestartAppServerResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient