Extension function to delete the named destination by parsing the embedded type prefix.
Namespace:
Apache.NMS
Assembly:
Apache.NMS (in Apache.NMS.dll)
Syntax
C# |
---|
public static void DeleteTopic(
this ISession session,
string topicName
) |
JavaScript |
---|
Apache.NMS.SessionExtensions.deleteTopic = function(session, topicName); |
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ISession. When you use instance method syntax to call this method, omit the first parameter. For more information, see
or
.
See Also