ThreadPoolPostRequest Method (Delegate, Object) |
Documentation in progress...
Namespace:
DevelopMentor
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool PostRequest(
Delegate cb,
Object[] args
)
Public Function PostRequest (
cb As Delegate,
args As Object()
) As Boolean
public:
bool PostRequest(
Delegate^ cb,
array<Object^>^ args
)
member PostRequest :
cb : Delegate *
args : Object[] -> bool
Parameters
- cb
- Type: SystemDelegate
Documentation in progress... - args
- Type: SystemObject
Documentation in progress...
Return Value
Type:
Boolean Documentation in progress...
See Also