clonePortletCompletedEventArgs Class

This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.SharePoint.Portal.WebControls.WSRPWebService.clonePortletCompletedEventArgs

Namespace:  Microsoft.SharePoint.Portal.WebControls.WSRPWebService
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True)> _
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True)> _
Public Class clonePortletCompletedEventArgs _
    Inherits AsyncCompletedEventArgs
'Usage
Dim instance As clonePortletCompletedEventArgs
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)]
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)]
public class clonePortletCompletedEventArgs : AsyncCompletedEventArgs

Remarks

Note

The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: SharedState | SharedState. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or https://msdn.microsoft.com/en-us/library/ms172338(v=office.14).

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

clonePortletCompletedEventArgs Members

Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace