Initializes a new instance of the CustomProfileParameters class.

Note: This constructor is supported for IC Server version 2015 R3 and beyond.

Namespace: ININ.IceLib.Connection.Extensions
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public CustomProfileParameters(
	Session session,
	string applicationProfileName,
	RestrictCacheRefreshOptions restrictCacheRefreshOption
)
Visual Basic
Public Sub New ( _
	session As Session, _
	applicationProfileName As String, _
	restrictCacheRefreshOption As RestrictCacheRefreshOptions _
)

Parameters

session
Type: ININ.IceLib.Connection..::..Session
The session.
applicationProfileName
Type: System..::..String
The application's profile name to use.
restrictCacheRefreshOption
Type: ININ.IceLib.Connection.Extensions..::..RestrictCacheRefreshOptions
see RestrictCacheRefreshOptions for valid values and behaviors.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionA parameter is Empty.
System..::..ArgumentOutOfRangeExceptionrestrictCacheRefreshOption is not a valid RestrictCacheRefreshOptions value, or restrictCacheRefreshOption is None.

Version Information

Supported for IC Server version 2015 R3 and beyond.

See Also