Compartilhar via


SPProxyOperation class

Representa uma classe abstrata que é usada para executar operações que são impedidas na correção, no processo de proxy do serviço UserCode . Uma subclasse dessa classe pode ser passada para o método ExecuteProxyOperation(String, String, SPProxyOperationArgs) .

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPProxyOperation

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

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPProxyOperation
'Uso
Dim instance As SPProxyOperation
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPProxyOperation

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.

Ver também

Referência

SPProxyOperation members

Microsoft.SharePoint.UserCode namespace