Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndUpdateConstraint C# (CSharp) Метод

EndUpdateConstraint() публичный Метод

Finishes the asynchronous execution of the UpdateConstraint operation.
public EndUpdateConstraint ( IAsyncResult asyncResult ) : UpdateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConstraint.
Результат UpdateConstraintResponse
        public  UpdateConstraintResponse EndUpdateConstraint(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateConstraintResponse>(asyncResult);
        }
AmazonServiceCatalogClient