{
final boolean attachment2 = attachment;
threadPool.execute(new Runnable(){
public void run()
{
onObjectUpdate.raiseEvent(new PrimEventArgs(simulator, prim, update.RegionData.TimeDilation, isNewObject2, attachment2));
}
});
// ThreadPool.QueueUserWorkItem(delegate(object o)
// { handler(this, new PrimEventArgs(simulator, prim, update.RegionData.TimeDilation, isNewObject, attachment)); });