IdeaBlade DevForce 2010 Help Reference
AddThrottlingBehavior Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > RemoteServiceFns Class : AddThrottlingBehavior Method



host
Adds a ServiceThrottligBehavior to the service.

Syntax

Visual Basic (Declaration) 
Public Shared Sub AddThrottlingBehavior( _
   ByVal host As ServiceHost _
) 
Visual Basic (Usage)Copy Code
Dim host As ServiceHost
 
RemoteServiceFns.AddThrottlingBehavior(host)
C# 
public static void AddThrottlingBehavior( 
   ServiceHost host
)
C++/CLI 
public:
static void AddThrottlingBehavior( 
   ServiceHost^ host
) 

Parameters

host

Remarks

The EntityServer service has this default throttle applied.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.