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

EndCloneStack() public method

Finishes the asynchronous execution of the CloneStack operation.
public EndCloneStack ( IAsyncResult asyncResult ) : CloneStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCloneStack.
return Amazon.OpsWorks.Model.CloneStackResponse
        public  CloneStackResponse EndCloneStack(IAsyncResult asyncResult)
        {
            return EndInvoke<CloneStackResponse>(asyncResult);
        }
AmazonOpsWorksClient