Update the user interface with the information received from the web service.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim currentStreamNumber As Integer
Dim state As TServiceState
Dim streamedData As TStreamedData
instance.UpdateUI(currentStreamNumber, state, streamedData)
|
Parameters
- currentStreamNumber
-
A number which identify the stream number which this streamedData belongs to.
- state
-
User state information.
- streamedData
-
The actual data streamed from the service.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also