Reindex some set of data - be wary about reindexing files as this may take a long time

Namespace: SynergyClientAPI.Utilities
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function Reindex( _ 
ByVal parameters As ReindexParameters, _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse Reindex( 
ReindexParameters parameters
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ Reindex( 
ReindexParameters^ parameters
IASyncWait^ waiter 
)
This language is not supported or no code example is available.
public static function Reindex( 
parameters : ReindexParameters
waiter : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

parameters
Type: ReindexParameters

parameters to define what to reindex

waiter
Type: IASyncWait

an optional waiter if you want to wait for it to complete

Return Value

Type: OperationResponse

the response when queueing up the tune

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1