Perforce API for the .Net CLR P4.Net

P4RecordsetCallback Class

A P4Callback class that populates a P4Recordset.

For a list of all members of this type, see P4RecordsetCallback Members.

System.Object
   P4API.P4Callback
      P4API.P4RecordsetCallback

[Visual Basic]
Public Class P4RecordsetCallback
    Inherits P4Callback
[C#]
public class P4RecordsetCallback : P4Callback

Remarks

Subclassing P4RecordsetCallback can be usefull when changing code that used the P4Connection.Run method. By subclassing P4RecordsetCallback, you can intercept calls to provide status updates, but still have access to the populated recordset when the command completes. Be sure to call the base methods in overriden methods to ensure the recordset is correctly poulated.

Requirements

Namespace: P4API

Assembly: p4api (in p4api.dll)

See Also

P4RecordsetCallback Members | P4API Namespace