Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

StreamingRetiresCount Property (MedicalWebViewerLoader)






Gets or sets the number of retires to call the WCF service.
Syntax
public int StreamingRetiresCount {get; set;}
public:
property int StreamingRetiresCount {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property StreamingRetiresCount As Integer
 
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As Integer
 
instance.StreamingRetiresCount = value
 
value = instance.StreamingRetiresCount

Property Value

A number which specify the number of retires to call the WCF service when a call fail.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

Error processing SSI file