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

Show in webframe

StreamingRetiresCount Property (DicomWCFStreamer)






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

            

            
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.
Requirements

Target Platforms

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

Error processing SSI file