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

EndStopStack() public method

Finishes the asynchronous execution of the StopStack operation.
public EndStopStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopStack.
return Amazon.OpsWorks.Model.StopStackResponse
        public  StopStackResponse EndStopStack(IAsyncResult asyncResult)
        {
            return EndInvoke<StopStackResponse>(asyncResult);
        }
AmazonOpsWorksClient