Amazon.OpsWorks.AmazonOpsWorksClient.EndUpdateStack C# (CSharp) Method

EndUpdateStack() public method

Finishes the asynchronous execution of the UpdateStack operation.
public EndUpdateStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateStack.
return Amazon.OpsWorks.Model.UpdateStackResponse
        public  UpdateStackResponse EndUpdateStack(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateStackResponse>(asyncResult);
        }
AmazonOpsWorksClient