Amazon.OpsWorks.AmazonOpsWorksClient.EndStopStack C# (CSharp) 메소드

EndStopStack() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.StopStackResponse
        public  StopStackResponse EndStopStack(IAsyncResult asyncResult)
        {
            return EndInvoke<StopStackResponse>(asyncResult);
        }
AmazonOpsWorksClient