OracleQueueAgent Constructor(String)
In This Topic
Initializes a new instance of the
OracleQueueAgent class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public OracleQueueAgent(
string
)
Parameters
- name
- The name of a producer or consumer of a message.
See Also