WCF-Xtensions Class Reference for Mono
IncrementManualFlowControlLimit Method (XServiceHost)






Syntax
'Declaration
 
Public Function IncrementManualFlowControlLimit( _
   ByVal incrementBy As System.Integer _
) As System.Integer
'Usage
 
Dim instance As XServiceHost
Dim incrementBy As System.Integer
Dim value As System.Integer
 
value = instance.IncrementManualFlowControlLimit(incrementBy)
public System.int IncrementManualFlowControlLimit( 
   System.int incrementBy
)
public function IncrementManualFlowControlLimit( 
    incrementBy: System.Integer
): System.Integer; 
public function IncrementManualFlowControlLimit( 
   incrementBy : System.int
) : System.int;
public: System.int IncrementManualFlowControlLimit( 
   System.int incrementBy
) 
public:
System.int IncrementManualFlowControlLimit( 
   System.int incrementBy
) 

Parameters

incrementBy
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

XServiceHost Class
XServiceHost Members

Send Feedback