Updates the list of alias used by the data manager
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void UpdateAlias( Dictionary<string, string> cache ) |
Visual Basic |
---|
Public Sub UpdateAlias ( _ cache As Dictionary(Of String, String) _ ) |
JScript |
---|
public function UpdateAlias( cache : Dictionary<String, String> ) |
Parameters
- cache
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>