SPUtility.ExecuteRegisteredProxyOperation Method

Executes an operation that is prevented in the shim in the proxy process of the UserCode service.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Shared Function ExecuteRegisteredProxyOperation ( _
    assemblyName As String, _
    typeName As String, _
    args As SPProxyOperationArgs _
) As Object
'Usage
Dim assemblyName As String
Dim typeName As String
Dim args As SPProxyOperationArgs
Dim returnValue As Object

returnValue = SPUtility.ExecuteRegisteredProxyOperation(assemblyName, _
    typeName, args)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public static Object ExecuteRegisteredProxyOperation(
    string assemblyName,
    string typeName,
    SPProxyOperationArgs args
)

Parameters

Return Value

Type: System.Object
The object returned by the Execute method.

See Also

Reference

SPUtility Class

SPUtility Members

Microsoft.SharePoint.Utilities Namespace

SPProxyOperation