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

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

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