Amazon.RDS.AmazonRDSClient.EndDeleteDBSubnetGroup C# (CSharp) Méthode

EndDeleteDBSubnetGroup() public méthode

Finishes the asynchronous execution of the DeleteDBSubnetGroup operation.
public EndDeleteDBSubnetGroup ( IAsyncResult asyncResult ) : DeleteDBSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBSubnetGroup.
Résultat DeleteDBSubnetGroupResponse
        public  DeleteDBSubnetGroupResponse EndDeleteDBSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDBSubnetGroupResponse>(asyncResult);
        }
AmazonRDSClient