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

Syntax

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

Parameters

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

Implements

selection_list_service..::..search_with_plev_restricted_async(Void, UInt32, load_profile, UInt32, Int32)

See Also