SPUtility::ExecuteRegisteredProxyOperation method
SharePoint 2013
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)
Parameters
- assemblyName
- Type: System.String
The name of an assembly that contains a class derived from SPProxyOperation.
- typeName
- Type: System.String
The name of the class derived from SPProxyOperation.
- args
- Type: Microsoft.SharePoint.UserCode.SPProxyOperationArgs
The argument to be passed to the SPProxyOperation.Execute method.
Show: