Click or drag to resize

ExternalReferenceResolverSetRedirection Method

Sets a redirection path for the provided address.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public void SetRedirection(
	string address,
	string redirectAddress
)

Parameters

address  String
The external reference address
redirectAddress  String
The redirection address

Implements

IExternalReferenceResolverSetRedirection(String, String)
See Also