LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly)

OnCallService Method

Show in webframe



The number of current streams to be processed.
User state information.
Performs the call to the web service.
Syntax
'Declaration
 
Protected MustOverride Function OnCallService( _
   ByVal currentStreamNumber As Integer, _
   ByVal state As TServiceState _
) As TStreamedData
'Usage
 
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim currentStreamNumber As Integer
Dim state As TServiceState
Dim value As TStreamedData
 
value = instance.OnCallService(currentStreamNumber, state)
protected abstract TStreamedData OnCallService( 
   int currentStreamNumber,
   TServiceState state
)
protected:
abstract TStreamedData^ OnCallService( 
   int currentStreamNumber,
   TServiceState^ state
) 

Parameters

currentStreamNumber
The number of current streams to be processed.
state
User state information.

Return Value

User typed data.
Remarks

You should call the web service on this method.

Use the currentStreamNumber to identify the number of calls performed.

Requirements

Target Platforms

See Also

Reference

ServiceStreamer<TStreamedData,TServiceState> Class
ServiceStreamer<TStreamedData,TServiceState> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.