SyncEvent::fireFires/sets the event Beschreibung
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. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteA boolean of TRUE if the event was fired, FALSE otherwise. BeispieleBeispiel #1 SyncEvent::fire example
<?phpSiehe auch
|