Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Amqp
ReceiverLink.SyncWaiter
C# Class Amqp.ReceiverLink.SyncWaiter
Inheritance:
Waiter
Datei anzeigen
Open project: xamarin/mini-hacks
Public Methods
Method
Description
Signal
(
Amqp.Message
message
) :
bool
SyncWaiter
( ) :
System.Threading
Wait
(
int
timeout
) :
Amqp.Message
Method Details
Signal()
public
method
public
Signal
(
Amqp.Message
message
) :
bool
message
Amqp.Message
return
bool
SyncWaiter()
public
method
public
SyncWaiter
( ) :
System.Threading
return
System.Threading
Wait()
public
method
public
Wait
(
int
timeout
) :
Amqp.Message
timeout
int
return
Amqp.Message