 | IExternalReferenceResolverSetRedirection Method |
Sets a redirection path for the provided address.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid SetRedirection(
string address,
string redirectAddress
)
Sub SetRedirection (
address As String,
redirectAddress As String
)
void SetRedirection(
String^ address,
String^ redirectAddress
)
Parameters
- address String
- The external reference address
- redirectAddress String
- The redirection address
See Also