LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

StreamingRetiresCount Property (MedicalWebViewerLoader)

Show in webframe



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

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.