Click or drag to resize

P4CallBacksParallelTransferDelegate Delegate

Delegate definition for the parallel operations callback.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public delegate int ParallelTransferDelegate(
	IntPtr pServer,
	string cmd,
	string[] args,
	uint argCount,
	IntPtr dictIter,
	uint threads
)

Parameters

pServer
Type: SystemIntPtr
Pointer the the bridge server (needed?)
cmd
Type: SystemString
Prompt message from the server
args
Type: SystemString
array of arguments
argCount
Type: SystemUInt32
number of arguments
dictIter
Type: SystemIntPtr
dictionary of variables
threads
Type: SystemUInt32
number of threads to launch

Return Value

Type: Int32
See Also