LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
OnStreamingCompleted Method
See Also 
Leadtools.Web.Services Namespace > ServiceStreamer<TStreamedData,TServiceState> Class : OnStreamingCompleted Method



state
User state information.
state
User state information.
Called when all streams specified in the StreamsLimit are processed.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub OnStreamingCompleted( _
   ByVal state As TServiceState _
) 
Visual Basic (Usage)Copy Code
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim state As TServiceState
 
instance.OnStreamingCompleted(state)
C# 
protected abstract void OnStreamingCompleted( 
   TServiceState state
)
C++/CLI 
protected:
abstract void OnStreamingCompleted( 
   TServiceState^ state
) 

Parameters

state
User state information.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also