Called when all streams specified in the
StreamsLimit are processed.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable 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 virtual abstract void OnStreamingCompleted(
TServiceState state
) |
C++/CLI | |
---|
protected:
virtual abstract void OnStreamingCompleted(
TServiceState state
) |
Parameters
- state
-
User state information.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also