SPProxyOperationArgs class

An abstract class that represents the parameter passed to the Execute method of the SPProxyOperation class.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPProxyOperationArgs

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

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPProxyOperationArgs
'Usage
Dim instance As SPProxyOperationArgs
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPProxyOperationArgs

Remarks

To ensure that this type can be marshaled across processes, apply the [System.Serializable] attribute to all classes that are derived from this class.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPProxyOperationArgs members

Microsoft.SharePoint.UserCode namespace