Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NServiceBus
Core
Tests
Msmq
MsmqHelpers
C# Class NServiceBus.Core.Tests.Msmq.MsmqHelpers
显示文件
Open project: Particular/NServiceBus
Class Usage Examples
Public Methods
Method
Description
CreateQueue
(
string
path
) :
void
DeleteQueue
(
string
path
) :
void
Method Details
CreateQueue()
public
static
method
public
static
CreateQueue
(
string
path
) :
void
path
string
return
void
DeleteQueue()
public
static
method
public
static
DeleteQueue
(
string
path
) :
void
path
string
return
void