共用方式為


SPProxyOperation class

代表用來在 shim 的UserCode服務 proxy 處理程序中執行,不讓的作業抽象類別。此類別的子類別可以傳遞給ExecuteProxyOperation(String, String, SPProxyOperationArgs)方法。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPProxyOperation

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

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPProxyOperation
'用途
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.

請參閱

參照

SPProxyOperation members

Microsoft.SharePoint.UserCode namespace