Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
  CallContext Class
Prev Next

The CallContext class defines methods and properties that data providers can use to change the flow of control between chained providers.  The relevant public methods of the class include:

DataManager DataManager {get };
int ProviderCount { get };
int Index { get };
public void Abort();
object CurrentResult { get; set; };


Prev Next