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
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

C# | Visual Basic | Visual C++ |
public class Responder : IResponder
Public Class Responder _ Implements IResponder
public ref class Responder : IResponder

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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.) |

Object | |
![]() | Responder |