Registering Asynchronous Events
Topic Last Modified: 2006-06-12
The EventSampleVB.exe program can be used to create an event registration item for asynchronous events.
To register an asynchronous event
- In the Folder URL box, enter a valid folder URL.
- In the Registration Name box, enter a name for the registration item.
- In the Method(s) box, enter OnSave, or OnDelete, or OnSave;OnDelete.
- In the Sink Class box, enter the name of the COM+ component that holds the asynchronous event sink(s) to be registered.
- Click Create Asynchronous Event Registration. To set one or all of the optional properties, use the following procedure.
To set the optional properties
In the Criteria box, enter a valid Structured Query Language (SQL) WHERE Clause. This field is optional.
Note
The Criteria field is not supported with the asynchronous OnDelete event.
Enter a decimal number priority ranging from 0 (highest) to 2147483647 (lowest). This field is optional; 65535 is the default priority.
In the Scope box, enter a scope of Deep or Exact. This field is optional; the default is Deep.
Click Create Asynchronous Event Registration.
The following figure shows how the asynchronous OnSave event might be registered using the sample event sinks.