Connection ID allocator method type
Source position: httpdefs.pp line 532
public type TRequest.TConnectionIDAllocator = procedure( |
out aID: string |
) of object; |
aID |
|
Connection ID parameter |
TConnectionIDAllocator is a method type used for allocating connection identifiers. It takes a connection ID parameter and enables custom connection ID management.