The information in this article applies to:
SUMMARYThis article provides steps for configuring your component as a COM+ queued component. MORE INFORMATIONTo configure a component as a COM+ queued component, follow these steps:
If your interface happens to have the Queued attribute disabled check that it doesn't have any functions with OUT parameters, or any Function, Property Get method or ByRef parameter (which is the default in Visual Basic). Since the queued function calls should be "one way', interfaces that return values back are not allowed for queuing. There are more settings you can specify for your objects which will set the way they handle exceptions or errors. See the "References" section for more information. REFERENCESSee the Queued Components documentation on MSDN for more detailed information on Queuing exception handling and other issues. Additional query words: QC COM+ VB
Keywords : kbCOMPlus kbComPlusQC |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |