Gets or sets the number of retires to call the WCF service.
public int StreamingRetiresCount {get; set;}
'Declaration
Public Property StreamingRetiresCount As Integer
'Usage
Dim instance As MedicalWebViewerLoader
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.
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.