C# Class Brunet.Messaging.RpcResult

Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_result object
_ret_path ISender
_statistics ReqrepManager.Statistics

Méthodes publiques

Méthode Description
AssertNotException ( ) : void
RpcResult ( ISender ret_path, object res ) : System
RpcResult ( ISender ret_path, object res, ReqrepManager stats ) : System

Method Details

AssertNotException() public méthode

public AssertNotException ( ) : void
Résultat void

RpcResult() public méthode

public RpcResult ( ISender ret_path, object res ) : System
ret_path ISender
res object
Résultat System

RpcResult() public méthode

public RpcResult ( ISender ret_path, object res, ReqrepManager stats ) : System
ret_path ISender
res object
stats ReqrepManager
Résultat System

Property Details

_result protected_oe property

protected object _result
Résultat object

_ret_path protected_oe property

protected ISender _ret_path
Résultat ISender

_statistics protected_oe property

protected ReqrepManager.Statistics,Brunet.Messaging _statistics
Résultat ReqrepManager.Statistics