Audition
From Erights
(Difference between revisions)
Kevin Reid (Talk | contribs) |
(describe scope) |
||
Line 2: | Line 2: | ||
See also [[EAudition]]. | See also [[EAudition]]. | ||
+ | |||
+ | ==Scope== | ||
+ | |||
+ | An Audition's scope is strictly during the auditing process: it begins and ends before the object exists. If an Audition is invoked outside of its scope, some of its operations will throw. | ||
+ | {{XXX|expand on this}} | ||
==Protocol== | ==Protocol== | ||
Line 8: | Line 13: | ||
{{unspecified message}} | {{unspecified message}} | ||
+ | |||
+ | Throws if the audition is [[#Scope|out of scope]]. | ||
+ | |||
+ | <hr> | ||
{{stub}} | {{stub}} | ||
[[Category:ELib specification]] | [[Category:ELib specification]] |
Latest revision as of 00:09, 16 August 2009
XXX Explain what an Audition is.
See also EAudition.
Scope
An Audition's scope is strictly during the auditing process: it begins and ends before the object exists. If an Audition is invoked outside of its scope, some of its operations will throw. XXX expand on this
Protocol
ask/1
The specification for this message has not been written.
Throws if the audition is out of scope.
- This page is a stub; it should be expanded with more information. If doing so, check the original E web site and the mailing list archives for content which could be moved into this page.