eDriven Framework API
Responder Class
NamespaceseDriven.Networking.RpcResponder
eDriven Framework API
Responder
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 class Responder : IResponder
Public Class Responder _
	Implements IResponder
public ref class Responder : IResponder
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Responder()()()()
Initializes a new instance of the Responder class

Responder(ResultHandler)
Initializes a new instance of the Responder class

Responder(ResultHandler, FaultHandler)
Initializes a new instance of the Responder class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fault(Object)
FaultHandler
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Result(Object)
ResultHandler
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Responder

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