SPUserCodeExecutionTier class

Represents a set of one or more sandbox worker processes that contain the app domains for sandboxed solutions that fell below a specified level of resource usage the preceding day.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPUserCodeProvider
        Microsoft.SharePoint.Administration.SPUserCodeExecutionTier

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("2501FF93-B778-4a81-9D60-F72E978B8B22")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUserCodeExecutionTier _
    Inherits SPUserCodeProvider _
    Implements IBackupRestoreConfiguration, IBackupRestore
'Usage
Dim instance As SPUserCodeExecutionTier
[GuidAttribute("2501FF93-B778-4a81-9D60-F72E978B8B22")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUserCodeExecutionTier : SPUserCodeProvider, 
    IBackupRestoreConfiguration, IBackupRestore

Remarks

A solution is assigned to an execution tier its previous day’s average of resource usage per execution is lower than the value of the ResourceMaxValue property.

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

SPUserCodeExecutionTier members

Microsoft.SharePoint.Administration namespace