←Select platform

IsImagesStreamingCompleted Method

Summary

Returns whether all series images has been streamed from the WCF service.

Syntax

C#
VB
C++
public bool IsImagesStreamingCompleted( 
   string seriesInstanceUID 
) 
  
Public Function IsImagesStreamingCompleted( _ 
   ByVal seriesInstanceUID As String _ 
) As Boolean 
public: 
bool IsImagesStreamingCompleted(  
   String^ seriesInstanceUID 
)  

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly