SPUserCodeExecutionManager Class
Allows the front-end Web server to access and communicate with the user code service in the server farm.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.UserCode.SPUserCodeExecutionManager
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPUserCodeExecutionManager
'Usage
Dim instance As SPUserCodeExecutionManager
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPUserCodeExecutionManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.