Propagation.GetTasks Method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetTasks ( _
sender As CrawlComponent _
) As ReadOnlyCollection(Of PropagationTask)
'Usage
Dim instance As Propagation
Dim sender As CrawlComponent
Dim returnValue As ReadOnlyCollection(Of PropagationTask)
returnValue = instance.GetTasks(sender)
public ReadOnlyCollection<PropagationTask> GetTasks(
CrawlComponent sender
)
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropagationTask>