INFO: Only Write-Only interfaces Can be Marked as Queued in COM+ (246625)



The information in this article applies to:

  • Microsoft COM+ 1.0

This article was previously published under Q246625

SUMMARY

When attempting to configure an interface as Queued in the COM+ Component Services snap-in in Windows 2000, you might find that the option to do so is disabled. This can be because the interface has [out] or "ByRef" parameters, Property Get methods, or has functions that have return values.

MORE INFORMATION

Queued Components allow for method calls to be stored, queued, and executed later when the object is available. Since the information flow is one-way, interfaces which have either Functions , Property Get, or "ByRef" parameters cannot be marked as Queued.

Please note that Visual Basic marks function parameters as "ByRef" by default that is, if neither "ByRef" or "ByVal" is specified. The parameter will be "ByRef"; thus invalidating queuing for the interface.

Modification Type:MajorLast Reviewed:1/26/2006
Keywords:kbComPlusQC kbinfo KB246625