Click or drag to resize

P4ServerPromptHandlerDelegate Delegate

Delegate used to provide a custom handler for input prompts from the p4api.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public delegate string PromptHandlerDelegate(
	uint cmdId,
	string msg,
	bool displayText
)

Parameters

cmdId
Type: SystemUInt32
Unique Id for the run of the command
msg
Type: SystemString
displayText
Type: SystemBoolean

Return Value

Type: String
See Also