Perforce API for the .Net CLR |
|
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 _
)
Parameters
-
message
- The message output from the Perforce command.
-
response
- The response sent back to Perforce.
See Also
P4Callback Class | P4API Namespace