2010-05-25 92 views

回答

0

是的..有一种方法可以定义用户的最大限制... 您可以添加最大数量的并发呼叫,实例和会话。

样本配置...

<system.serviceModel> 
     <behaviors> 
      <serviceBehaviors> 
       <behavior name="Throttling"> 
        <serviceThrottling maxConcurrentCalls="2" maxConcurrentInstances="2" /> 
        <serviceThrottling /> 
       </behavior> 
      </serviceBehaviors> 
     </behaviors> 
</system.serviceModel> 
+0

我问的是回调方法,我不认为情况下,会话,用户做一个回调任何意义。 – Vitalik 2010-08-18 05:27:38

相关问题