SyncEvent::fireFires/sets the event Description
public bool SyncEvent::fire
( void
)
Fires/sets a SyncEvent object. Lets multiple threads through that are waiting if the event object was created with a manual value of TRUE. ParametersThis function has no parameters. Return ValuesA boolean of TRUE if the event was fired, FALSE otherwise. ExamplesExample #1 SyncEvent::fire example
<?php See Also
|