Converts a category event name which contains the server node (e.g. OpcAEType:myServer\ICONICS.AlarmSvr.1.Digital) into
            an absolute category event name that contains only the ProgID of the server (e.g. OpcAEType:ICONICS.AlarmSvr.1.Digital)
            
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# | 
|---|
public static string ToAbsoluteCategoryConverter(
	string eventName
)  | 
| Visual Basic | 
|---|
Public Shared Function ToAbsoluteCategoryConverter ( _
	eventName As String _
) As String  | 
| JScript | 
|---|
public static function ToAbsoluteCategoryConverter(
	eventName : String
) : String  | 
Parameters
- eventName
 - Type: System..::..String
 
See Also