AggregationSubscriptionIdParameter.GetObjects<T> Method (ObjectId, IConfigDataProvider)

Returns all objects that match this subscription identifier.

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Function GetObjects(Of T As {New, IConfigurable}) ( _
    rootId As ObjectId, _
    session As IConfigDataProvider _
) As IEnumerable(Of T)
'Usage
Dim instance As AggregationSubscriptionIdParameter
Dim rootId As ObjectId
Dim session As IConfigDataProvider
Dim returnValue As IEnumerable(Of T)

returnValue = instance.GetObjects(rootId, _
    session)
public IEnumerable<T> GetObjects<T>(
    ObjectId rootId,
    IConfigDataProvider session
)
where T : new(), IConfigurable

Type Parameters

  • T
    The type of objects to return.

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<T>
A collection of objects that match this subscription identifier.