SPProxyOperation Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
SPProxyOperation | When overridden in a derived class, this constructor initializes a new instance of the derived class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute | When overridden in a derived class, executes an operation that is prevented in the shim by passing it to the proxy. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top