C# Class Brunet.Messaging.RpcResult

Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_result object
_ret_path ISender
_statistics ReqrepManager.Statistics

Public Methods

Method Description
AssertNotException ( ) : void
RpcResult ( ISender ret_path, object res ) : System
RpcResult ( ISender ret_path, object res, ReqrepManager stats ) : System

Method Details

AssertNotException() public method

public AssertNotException ( ) : void
return void

RpcResult() public method

public RpcResult ( ISender ret_path, object res ) : System
ret_path ISender
res object
return System

RpcResult() public method

public RpcResult ( ISender ret_path, object res, ReqrepManager stats ) : System
ret_path ISender
res object
stats ReqrepManager
return System

Property Details

_result protected property

protected object _result
return object

_ret_path protected property

protected ISender _ret_path
return ISender

_statistics protected property

protected ReqrepManager.Statistics,Brunet.Messaging _statistics
return ReqrepManager.Statistics