Removes the invocation alias.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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
) |
F# |
---|
static member RemoveInvocableAlias :
alias : string -> bool
|
Return Value
Type:
Booleantrue if the alias was removed; otherwise,
false.
See Also