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

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

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