SPProxyOperation class

Represents an abstract class that is used to execute operations that are prevented in the shim, in the proxy process of the UserCode service. A subclass of this class can be passed to the ExecuteProxyOperation(String, String, SPProxyOperationArgs) method.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPProxyOperation

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPProxyOperation
'Usage
Dim instance As SPProxyOperation
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPProxyOperation

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

SPProxyOperation members

Microsoft.SharePoint.UserCode namespace