LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

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 int StreamingRetiresCount {get; set;}
 get_StreamingRetiresCount();
set_StreamingRetiresCount(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.