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_v2_async(
	void load_profile,
	uint fluid_state_id,
	load_profile catalog_ids,
	uint system,
	ICollection<int> optional,
	UnitSystem plev_options
)
Visual Basic
Function search_with_plev_restricted_v2_async ( _
	load_profile 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++
Task^ search_with_plev_restricted_v2_async(
	void load_profile, 
	unsigned int fluid_state_id, 
	load_profile^ catalog_ids, 
	unsigned int system, 
	ICollection<int>^ optional, 
	UnitSystem plev_options
)

Parameters

load_profile
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

See Also