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