Amazon.OpsWorksCM.AmazonOpsWorksCMClient.EndUpdateServer C# (CSharp) Метод

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

Finishes the asynchronous execution of the UpdateServer operation.
public EndUpdateServer ( IAsyncResult asyncResult ) : UpdateServerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateServer.
Результат Amazon.OpsWorksCM.Model.UpdateServerResponse
        public  UpdateServerResponse EndUpdateServer(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateServerResponse>(asyncResult);
        }