Aqualogic Interaction API  
 

IPTAsyncGadgetProvider.BeginProcessing Method

Same as BeginProcessing (int lMode, IPTSession pUserSession, IPTGadgetInfo pGadgetInfo, IPTStates pStates, IPTAdminSettings pAdminSettings, Object vAppDataStateObject, IPTUserInterface pUserInterface, int nStateMode), but nStateMode is set to PT_STATEMODES.PT_STATEMODES_REQUEST

Overload List

Same as BeginProcessing (int lMode, IPTSession pUserSession, IPTGadgetInfo pGadgetInfo, IPTStates pStates, IPTAdminSettings pAdminSettings, Object vAppDataStateObject, IPTUserInterface pUserInterface, int nStateMode), but nStateMode is set to PT_STATEMODES.PT_STATEMODES_REQUEST

int BeginProcessing(int,IPTSession,IPTGadgetInfo,IPTStates,IPTAdminSettings,object,IPTUserInterface);

The Provider must be Initialized before this method may be called. After a successful initialization, this method may, if desired, be called, repeatedly with different preferences and different sessions. GetHTMLText should be called with the same arguments after this method if this method returns a success code. -jas

int BeginProcessing(int,IPTSession,IPTGadgetInfo,IPTStates,IPTAdminSettings,object,IPTUserInterface,int);

See Also

IPTAsyncGadgetProvider Interface | com.plumtree.server Namespace