C# Class NetMQ.Tests.MockOutgoingSocket

Inheritance: IOutgoingSocket
Afficher le fichier Open project: NetMQ/NetMQ3-x Class Usage Examples

Méthodes publiques

Méthode Description
MockOutgoingSocket ( TrySendDelegate action ) : System
TrySend ( Msg &msg, System.TimeSpan timeout, bool more ) : bool

Private Methods

Méthode Description
Send ( Msg &msg, SendReceiveOptions options ) : void

Method Details

MockOutgoingSocket() public méthode

public MockOutgoingSocket ( TrySendDelegate action ) : System
action TrySendDelegate
Résultat System

TrySend() public méthode

public TrySend ( Msg &msg, System.TimeSpan timeout, bool more ) : bool
msg Msg
timeout System.TimeSpan
more bool
Résultat bool