Amazon.CloudFormation.AmazonCloudFormationClient.EndContinueUpdateRollback C# (CSharp) 메소드

EndContinueUpdateRollback() 공개 메소드

Finishes the asynchronous execution of the ContinueUpdateRollback operation.
public EndContinueUpdateRollback ( IAsyncResult asyncResult ) : ContinueUpdateRollbackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginContinueUpdateRollback.
리턴 ContinueUpdateRollbackResponse
        public  ContinueUpdateRollbackResponse EndContinueUpdateRollback(IAsyncResult asyncResult)
        {
            return EndInvoke<ContinueUpdateRollbackResponse>(asyncResult);
        }
AmazonCloudFormationClient