SocialFeedOptions.MaxThreadCount 屬性
取得或設定要擷取的執行緒數上限。有效的值是介於 0 到 100 之間。設定為零值,將MaxThreadCount屬性設定為預設值為 20。
命名空間: Microsoft.SharePoint.Client.Social
組件: Microsoft.SharePoint.Client.UserProfiles.Silverlight (在 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone (在 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles (在 Microsoft.SharePoint.Client.UserProfiles.dll 中)
語法
'宣告
Public Property MaxThreadCount As Integer
Get
Set
'用途
Dim instance As SocialFeedOptions
Dim value As Integer
value = instance.MaxThreadCount
instance.MaxThreadCount = value
public int MaxThreadCount { get; set; }
屬性值
類型:System.Int32
要擷取的執行緒數上限。預設值為 20。