Gets the custom profile using the specified CustomProfileParameters.
Note: This method is supported for IC Server version 2015 R3 and beyond.
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public static CustomProfile GetApplicationCustomProfile( CustomProfileParameters parameters ) |
Visual Basic |
---|
Public Shared Function GetApplicationCustomProfile ( _ parameters As CustomProfileParameters _ ) As CustomProfile |
Parameters
- parameters
- Type: ININ.IceLib.Connection.Extensions..::..CustomProfileParameters
The parameters.
Return Value
A CustomProfile object using the specified CustomProfileParameters.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..NotSupportedException | The server does not support setting the profile name for custom profiles. |
Version Information
Supported for IC Server version 2015 R3 and beyond.