SPSafeThread.CodeToRun 委托
委托SPSafeThread用于运行后台线程来处理,可能会引发任何异常。记录捕获一个异常,而不会影响调用进程,则停止该线程。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Delegate Sub CodeToRun
用法
Dim instance As New CodeToRun(AddressOf HandlerMethod)
public delegate void CodeToRun()