コード例 #1
0
ファイル: Factory.cs プロジェクト: YHZX2013/exchange_diff
 public int GetMaxAllowedSearchThreads(IRecipientSession recipientSession)
 {
     return((int)SearchUtils.GetDiscoveryMaxSearchQueueDepth(recipientSession));
 }