C# Class NPerf.Core.Communication.SendReceiveLock

Inheritance: IDisposable
Afficher le fichier Open project: Orcomp/NPerf Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Receive ( Func receiveFunc, System.TimeSpan timeout ) : object
Send ( System.Action sendAction, System.TimeSpan timeout ) : void
SendReceiveLock ( string fullName, string emptyName ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Receive() public méthode

public Receive ( Func receiveFunc, System.TimeSpan timeout ) : object
receiveFunc Func
timeout System.TimeSpan
Résultat object

Send() public méthode

public Send ( System.Action sendAction, System.TimeSpan timeout ) : void
sendAction System.Action
timeout System.TimeSpan
Résultat void

SendReceiveLock() public méthode

public SendReceiveLock ( string fullName, string emptyName ) : System
fullName string
emptyName string
Résultat System