Returns the topic for the given name
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Function GetTopic ( _ name As String _ ) As ITopic |
C# |
---|
ITopic GetTopic( string name ) |
Visual C++ |
---|
ITopic^ GetTopic( String^ name ) |
JavaScript |
---|
function getTopic(name); |
Parameters
- name
- Type: System..::..String