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)

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.

See also

Reference

SPUserCodeExecutionManager members

Microsoft.SharePoint.UserCode namespace