Amazon.CloudFormation.AmazonCloudFormationClient.EndExecuteChangeSet C# (CSharp) Method

EndExecuteChangeSet() public method

Finishes the asynchronous execution of the ExecuteChangeSet operation.
public EndExecuteChangeSet ( IAsyncResult asyncResult ) : ExecuteChangeSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExecuteChangeSet.
return ExecuteChangeSetResponse
        public  ExecuteChangeSetResponse EndExecuteChangeSet(IAsyncResult asyncResult)
        {
            return EndInvoke<ExecuteChangeSetResponse>(asyncResult);
        }
AmazonCloudFormationClient