TNetworkList

From Ultibo.org
Jump to: navigation, search

Return to Unit Network


Description


To be documented

Class definitions



[Expand]

TNetworkList = class(TLinkedObjList)


Function declarations



[Expand]
constructor TNetworkList.Create;
Description: To be documented


[Expand]
destructor TNetworkList.Destroy;
Description: To be documented


[Expand]
procedure TNetworkList.ClearList;
Description: To be documented


[Expand]
function TNetworkList.ReaderLock:Boolean;
Description: To be documented


[Expand]
function TNetworkList.ReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNetworkList.ReaderConvert:Boolean;
Description: Convert a Reader lock to a Writer lock


[Expand]
function TNetworkList.WriterLock:Boolean;
Description: To be documented


[Expand]
function TNetworkList.WriterUnlock:Boolean;
Description: To be documented


[Expand]
function TNetworkList.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock


[Expand]
function TNetworkList.WriterOwner:Boolean;
Description: Return True if the current thread is the writer owner


Return to Unit Reference