C# Class Brunet.Messaging.Mock.MRpcMTestIRH

Inheritance: MRpcMTestReflection, IRpcHandler
Show file Open project: pstjuste/brunet

Public Methods

Method Description
HandleRpc ( ISender target, string method_name, IList args, object res ) : void

Method Details

HandleRpc() public method

public HandleRpc ( ISender target, string method_name, IList args, object res ) : void
target ISender
method_name string
args IList
res object
return void