SPUtility.ExecuteProxyOperation Method
SharePoint 2010
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.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public static Object ExecuteProxyOperation( string assemblyName, string typeName, SPProxyOperationArgs args )
Parameters
- assemblyName
- Type: System.String
The name of the assembly that contains a class that inherits from SPProxyOperation.
- typeName
- Type: System.String
The name of the type that inherits from SPProxyOperation.
- args
- Type: Microsoft.SharePoint.UserCode.SPProxyOperationArgs
An argument to be passed to the Execute(SPProxyOperationArgs) method of the SPProxyOperation class.