SPUserCodeExecutionManager members
Allows the front-end Web server to access and communicate with the user code service in the server farm.
The SPUserCodeExecutionManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | Gets the single SPUserCodeExecutionManager instance which is to be used for this process. |
Top
Methods
Name | Description | |
---|---|---|
Deserialize<T> | Deserializes the specified bytes to an object of type T. | |
Equals | (Inherited from Object.) | |
Execute | Executes a request using a user code wrapper object on the appropriate load-balanced user code execution server. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top