Property | Type | Description | |
---|---|---|---|
callbacks | List |
||
calling | int | ||
id_info | IDInfo>.Dictionary | ||
tls |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Disable ( ) : void | ||
Dispose ( ) : void | ||
Enable ( ) : void | ||
addCallback ( CallbackInterface cb, System.UInt64 owner_id ) : void | ||
callAvailable ( ) : bool | ||
callAvailable ( int timeout ) : bool | ||
callOneCB ( |
||
getIDInfo ( System.UInt64 id ) : |
||
removeByID ( System.UInt64 owner_id ) : void | ||
setupTLS ( ) : void |
Method | Description | |
---|---|---|
notify_all ( ) : void | ||
notify_one ( ) : void | ||
removeemall ( ulong owner_id ) : void | ||
threadFunc ( ) : void |
public addCallback ( CallbackInterface cb, System.UInt64 owner_id ) : void | ||
cb | CallbackInterface | |
owner_id | System.UInt64 | |
return | void |
public getIDInfo ( System.UInt64 id ) : |
||
id | System.UInt64 | |
return |
public removeByID ( System.UInt64 owner_id ) : void | ||
owner_id | System.UInt64 | |
return | void |