Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
IServiceOriented
ServiceBus
UnitTests
ContractImplementation
C# Class IServiceOriented.ServiceBus.UnitTests.ContractImplementation
Inheritance:
IContract
Show file
Open project: jezell/iserviceoriented
Class Usage Examples
Public Properties
Property
Type
Description
PublishedMessages
string[]
Public Methods
Method
Description
PublishThis
(
string
message
) :
void
SetFailCount
(
int
value
) :
void
SetFailInterval
(
int
value
) :
void
Method Details
PublishThis()
public
method
public
PublishThis
(
string
message
) :
void
message
string
return
void
SetFailCount()
public
method
public
SetFailCount
(
int
value
) :
void
value
int
return
void
SetFailInterval()
public
method
public
SetFailInterval
(
int
value
) :
void
value
int
return
void
Property Details
PublishedMessages
public property
public
string[]
PublishedMessages
return
string[]