Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndRestartAppServer C# (CSharp) Метод

EndRestartAppServer() публичный Метод

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.
Результат Amazon.ElasticBeanstalk.Model.RestartAppServerResponse
        public  RestartAppServerResponse EndRestartAppServer(IAsyncResult asyncResult)
        {
            return EndInvoke<RestartAppServerResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient