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
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 interface IResponder
Public Interface IResponder
public interface class IResponder
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Fault(Object) | ||
| Result(Object) |