Removes the invocation alias.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public static bool RemoveInvocableAlias(
	string alias
)
Visual Basic
Public Shared Function RemoveInvocableAlias ( _
	alias As String _
) As Boolean
Visual C++
public:
static bool RemoveInvocableAlias(
	String^ alias
)

Parameters

alias
Type: System..::..String
The alias.

Return Value

true if the alias was removed; otherwise, false.

See Also