OracleQueue Constructor(String)
In This Topic
Initializes a new instance of the
OracleQueue class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public OracleQueue(
string
)
Parameters
- name
- The name of the queue created on a server.
See Also