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

Syntax

C#
Task search_with_plev_restricted_async(
	void load_profile,
	uint fluid_state_id,
	load_profile catalog_id,
	uint system,
	int optional
)
Visual Basic
Function search_with_plev_restricted_async ( _
	load_profile As Void, _
	fluid_state_id As UInteger, _
	catalog_id As load_profile, _
	system As UInteger, _
	optional As Integer _
) As Task
Visual C++
Task^ search_with_plev_restricted_async(
	void load_profile, 
	unsigned int fluid_state_id, 
	load_profile^ catalog_id, 
	unsigned int system, 
	int optional
)

Parameters

load_profile
Type: System..::..Void
fluid_state_id
Type: System..::..UInt32
catalog_id
Type: configuration_services..::..load_profile
system
Type: System..::..UInt32
optional
Type: System..::..Int32

See Also