Свойство | Type | Description | |
---|---|---|---|
WorkCompleted | void |
Méthode | Description | |
---|---|---|
CheckError ( int code ) : void | ||
Dispose ( ) : void |
Dispose the object freeing unmanaged resources allocated
|
|
DumpAllocs ( ) : void | ||
Loop ( ) : System | ||
QueueWork ( System.Action run, System.Action after = null ) : void | ||
Run ( ) : void |
This function starts the event loop. It blocks until the reference count of the loop drops to zero.
|
|
RunOnce ( ) : void |
This function polls for new events without blocking
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Loop ( |
Méthode | Description | |
---|---|---|
WorkCompleted ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected Loop ( |
||
handle | ||
Résultat | System |
public QueueWork ( System.Action run, System.Action after = null ) : void | ||
run | System.Action | |
after | System.Action | |
Résultat | void |