SPProxyOperation members

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.

The SPProxyOperation type exposes the following members.

Constructors

  Name Description
Protected method SPProxyOperation When overridden in a derived class, this constructor initializes a new instance of the derived class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Execute When overridden in a derived class, executes an operation that is prevented in the shim by passing it to the proxy.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPProxyOperation class

Microsoft.SharePoint.UserCode namespace