Returns whether all series images has been streamed from the WCF service.
            
            
            
            
            
            
            
            'Declaration
 
Public Function IsImagesStreamingCompleted( _
   ByVal  As String _
) As Boolean
             
        
            
            'Usage
 
Dim instance As MedicalWebViewerLoader
Dim seriesInstanceUID As String
Dim value As Boolean
 
value = instance.IsImagesStreamingCompleted(seriesInstanceUID)
             
        
            
            public bool IsImagesStreamingCompleted( 
   string 
)
             
        
            
            public:
bool IsImagesStreamingCompleted( 
   String^ 
) 
             
        
             
        
            Parameters
- seriesInstanceUID
 
- A System.String representing the Series Instance UID of the series.
 
            
            Return Value
True if all the series images are streamed from the WCF service; Otherwise, false.