Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When overridden in a derived class, executes an operation that is prevented in the shim by passing it to the proxy.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public MustOverride Function Execute ( _
args As SPProxyOperationArgs _
) As Object
'Usage
Dim instance As SPProxyOperation
Dim args As SPProxyOperationArgs
Dim returnValue As Object
returnValue = instance.Execute(args)
public abstract Object Execute(
SPProxyOperationArgs args
)
args
Type: Microsoft.SharePoint.UserCode.SPProxyOperationArgs
The arguments for the method.
Type: System.Object
The result of the operation.
If this method is called from a full-trust environment, it will throw an InvalidOperationsException error.
Please sign in to use this experience.
Sign in