SocialFeedManager.LockThread 方法
鎖定指定的執行緒。
命名空間: 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 Function LockThread ( _
threadId As String _
) As ClientResult(Of SocialThread)
'用途
Dim instance As SocialFeedManager
Dim threadId As String
Dim returnValue As ClientResult(Of SocialThread)
returnValue = instance.LockThread(threadId)
public ClientResult<SocialThread> LockThread(
string threadId
)
參數
threadId
類型:System.String若要鎖定的執行緒唯一識別碼。
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<SocialThread>
修改的執行緒其屬性的執行緒的摘要。
備註
UI,[回覆] 和 [等連結會從鎖定執行緒而鎖定狀態會顯示。不過,執行緒可以從 UI 未鎖定。