ASCommonRemoveInvocableAlias Method |
Removes the invocation alias.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static bool RemoveInvocableAlias(
string alias
)
Public Shared Function RemoveInvocableAlias (
alias As String
) As Boolean
public:
static bool RemoveInvocableAlias(
String^ alias
)
static member RemoveInvocableAlias :
alias : string -> bool
Parameters
- alias
- Type: SystemString
The alias.
Return Value
Type:
Booleantrue if the alias was removed; otherwise,
false.
See Also