Namespace:
Apache.NMS
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Sub Info ( _ message As String _ ) |
C# |
---|
void Info( string message ) |
Visual C++ |
---|
void Info( String^ message ) |
JavaScript |
---|
function info(message); |
Parameters
- message
- Type: System..::..String