Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

CalloutEngine is base class for callouts.So for run callout must inherits CalloutEngine class as shown below. 

/* 

Inherit CallourEngile Class  

*/ 

VIS.Utility.inheritPrototype(TestClass, VIS.CalloutEngine);//inherit CalloutEngine

  • No labels