Perforce API for the .Net CLR P4.Net

P4Callback.Prompt Method 

Executed when the Perforce command needs to "prompt" the user for a response.

[Visual Basic]
Overridable Public Sub Prompt( _
   ByVal message As String, _
   ByRef response As String _
)
[C#]
public virtual void Prompt(
   string message,
   ref string response
);

Parameters

message
The message output from the Perforce command.
response
The response sent back to Perforce.

See Also

P4Callback Class | P4API Namespace