Amazon.RDS.AmazonRDSClient.EndDeleteDBSubnetGroup C# (CSharp) 메소드

EndDeleteDBSubnetGroup() 공개 메소드

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