'Declaration
Public Overloads Shared Function Create( _ ByVal path As String _ ) As MessageQueue
'Usage
Dim path As String Dim value As MessageQueue value = MessageQueue.Create(path)
public static MessageQueue Create( string path )
public: static MessageQueue^ Create( String^ path )
Parameters
- path
- The path of the queue to create.
Return Value
A MessageQueue that represents the new queue.