
Select the transaction isolation level and timeout in a serviced component
Writing a transactional COM+ component with VB.NET is as simple as applying the Transaction attribute to a class that inherits from System.EnterpriseServices.ServicedComponent: Imports System.EnterpriseServices< Transaction()> Public Class BankTransfer Inherits ServicedComponent ‘ …End Class If you don’t pass any argument to the attribute’s constructor, the class is marked as requiring a