Click or drag to resize
ASCommonSetMemberInvocableAlias Method (String, String)
Sets the member invocable alias.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static void SetMemberInvocableAlias(
	string alias,
	string className
)

Parameters

alias
Type: SystemString
The alias.
className
Type: SystemString
Name of the class.
See Also