Question:When Implementing System.EnterpriseServices.ServicedComponent derived classes, which of the following statements are true?
A Enabling object pooling requires an attribute on the class and the enabling of pooling in the COM+ catalog.
B Methods can be configured to automatically mark a transaction as complete by the use of attributes.
C You can configure authentication using the AuthenticationOption when the ActivationMode is set to Library.
D ou can control the lifecycle policy of an individual instance using the SetLifetimeService method.
+ AnswerB
+ Report