Click or drag to resize
ASCommonRemoveMemberInvocableAlias Method
Removes the member invocation 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 bool RemoveMemberInvocableAlias(
	string alias
)

Parameters

alias
Type: SystemString
The alias.

Return Value

Type: Boolean
true if the alias was removed; otherwise, false.
See Also