Share via


SPUtility.ExecuteProxyOperation method

Called from full trust code running in the Windows SharePoint User Code Service worker process in order to execute an operation that cannot otherwise be performed in the process. This method cannot be called directly by user code.

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

Syntax

public static Object ExecuteProxyOperation(
    string assemblyName,
    string typeName,
    SPProxyOperationArgs args
)

Parameters

Return value

Type: System.Object
A serializable object.

Remarks

If this method is called from a Full Trust environment, it throws an exception of System.InvalidOperationException.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace