Microsoft KB Archive/246625

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 12:50, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


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

Article ID: 246625

Article Last Modified on 1/26/2006



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.


Additional query words: Queued Component Services COM+ Queue QC

Keywords: kbinfo kbcomplusqc KB246625