2010-05-25 56 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

相關問題