RefreshEventInfoClientCollection class

Represents a collection of refresh event information.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<RefreshResult>
        Microsoft.SharePoint.WorkManagement.Client.RefreshEventInfoClientCollection

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.RefreshEventInfoClientCollection", ServerTypeId := "{d81ec1df-7f4b-4654-a46d-518ddeb9d674}")> _
Public NotInheritable Class RefreshEventInfoClientCollection _
    Inherits ClientObjectCollection(Of RefreshResult)
'Usage
Dim instance As RefreshEventInfoClientCollection
[ScriptTypeAttribute("SP.WorkManagement.OM.RefreshEventInfoClientCollection", ServerTypeId = "{d81ec1df-7f4b-4654-a46d-518ddeb9d674}")]
public sealed class RefreshEventInfoClientCollection : ClientObjectCollection<RefreshResult>

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

RefreshEventInfoClientCollection members

Microsoft.SharePoint.WorkManagement.Client namespace