Click or drag to resize

ProjectOperationsRespread Method (RespreadServiceArguments)

Run multiple Respread.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public ServiceResult[] Respread(
	params RespreadServiceArguments[] respreadServiceArguments
)

Parameters

respreadServiceArguments
Type: Cobra.Model.WebServiceRespreadServiceArguments
An array of instances of RespreadServiceArguments class each containing the options to run the Respread.

Return Value

Type: ServiceResult
An array of results of running multiple Respread. Each result correspond to each run on Respread.
See Also