Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static stage_info build_from_engine_data(
	stage_result_data stage_data
)
Visual Basic
Public Shared Function build_from_engine_data ( _
	stage_data As stage_result_data _
) As stage_info
Visual C++
public:
static stage_info^ build_from_engine_data(
	stage_result_data^ stage_data
)

Parameters

stage_data
Type: stage_result_data

See Also