[This is preliminary documentation and is subject to change.]
Delegate used to send errors as they are generated.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public delegate void ErrorDelegate( int severity, string data ) |
Visual Basic |
---|
Public Delegate Sub ErrorDelegate ( _ severity As Integer, _ data As String _ ) |
Visual C++ |
---|
public delegate void ErrorDelegate( int severity, String^ data ) |
Parameters
- severity
- Type: System..::..Int32
Severity of the error
- data
- Type: System..::..String
Error message
Remarks
This delegate will send a block of data for each call received by
the callback from the bridge dll.