[This is preliminary documentation and is subject to change.]
Delegate used to send Text Results as they are generated.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2011.1.34.7706 (2011.1.34.7706.BETA)
Syntax
| C# |
|---|
public delegate void TextResultsDelegate( string data ) |
| Visual Basic |
|---|
Public Delegate Sub TextResultsDelegate ( _ data As String _ ) |
| Visual C++ |
|---|
public delegate void TextResultsDelegate( String^ data ) |
Parameters
- data
- Type: System..::..String
Text results generated by the command
Remarks
This delegate will send a block of data for each call received by
the callback from the bridge dll.