Click or drag to resize

ProjectOperationsRespread Method (RespreadServiceArguments)

Note: This API is now obsolete.

This method is obsolete. Use the Respread(Cobra.Model.WebService.RespreadServiceArguments) method instead. Run the 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#
[ObsoleteAttribute("Use the Respread(Cobra.Model.WebService.RespreadServiceArguments) method instead.")]
public ServiceResult Respread(
	RespreadServiceArguments respreadServiceArguments
)

Parameters

respreadServiceArguments
Type: Cobra.WebService.ClientAPI.Application.FilesRespreadServiceArguments
An instance of RespreadServiceArguments class that contains the options to run the Respread.

Return Value

Type: ServiceResult
The result of running the Respread.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when state of the instance of the CobraServices that generated the current ProjectOperations is not in opened state.
See Also