eDriven Framework API
IResponder Interface
NamespaceseDriven.Networking.RpcIResponder
eDriven Framework API
Responder interface
Also called "a promise"
Asynchronuous services usually don't respond immediatelly, and are non-blocking
Responder is the way to supply callback functions that should be called in the case of: 1) success; 2) fault
Declaration Syntax
C#Visual BasicVisual C++
public interface IResponder
Public Interface IResponder
public interface class IResponder
Members
All MembersMethods



IconMemberDescription
Fault(Object)
Result(Object)

Assembly: eDriven.Networking (Module: eDriven.Networking) Version: 2.0.1.0 (2.0.1.0)