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_v2_async(
	void load,
	uint fluid_state_id,
	load_profile catalog_ids,
	uint system,
	ICollection<int> optional,
	UnitSystem plev_options
)
Visual Basic
Public Function search_with_plev_restricted_v2_async ( _
	load As Void, _
	fluid_state_id As UInteger, _
	catalog_ids As load_profile, _
	system As UInteger, _
	optional As ICollection(Of Integer), _
	plev_options As UnitSystem _
) As Task
Visual C++
public:
virtual Task^ search_with_plev_restricted_v2_async(
	void load, 
	unsigned int fluid_state_id, 
	load_profile^ catalog_ids, 
	unsigned int system, 
	ICollection<int>^ optional, 
	UnitSystem plev_options
) sealed

Parameters

load
Type: System..::..Void
fluid_state_id
Type: System..::..UInt32
catalog_ids
Type: configuration_services..::..load_profile
system
Type: System..::..UInt32
optional
Type: System.Collections.Generic..::..ICollection<(Of <(<'Int32>)>)>
plev_options
Type: UnitSystem

Implements

selection_list_service..::..search_with_plev_restricted_v2_async(Void, UInt32, load_profile, UInt32, ICollection<(Of <<'(Int32>)>>), UnitSystem)

See Also