메소드 | 설명 | |
---|---|---|
Add ( JET_CALLBACK callback ) : |
Wrap a callback and returns its wrapper. If the callback is already wrapped then the existing wrapper is returned.
|
|
Collect ( ) : void |
Go through the collection of callback wrappers and remove any dead callbacks.
|
메소드 | 설명 | |
---|---|---|
TryFindWrapperFor ( JET_CALLBACK callback, |
Look in the list of callback wrappers to see if there is already an entry for this callback.
|
public Add ( JET_CALLBACK callback ) : |
||
callback | JET_CALLBACK | The callback to add. |
리턴 |