Click or drag to resize
FulltextServiceWebServiceClientFulltextSubmitIndexTasks Method

Namespace: PDTec.IceNet.Domain.Fulltext.Service.WebServiceClient
Assembly: PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public ServiceResult FulltextSubmitIndexTasks(
	List<FulltextIndexTask> tasks
)

Parameters

tasks
Type: System.Collections.GenericListFulltextIndexTask

Return Value

Type: ServiceResult

Implements

IFulltextServiceFulltextSubmitIndexTasks(ListFulltextIndexTask)
See Also