Click or drag to resize
ASCommonSetInvocableAlias Method (String, Invocable)
Sets the 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 SetInvocableAlias(
	string alias,
	Invocable invocable
)

Parameters

alias
Type: SystemString
The alias.
invocable
Type: Com.Tibco.As.Space.RemoteInvocable
Instance of invocable.
See Also