Declaration of callback function for completed request
Note: A delegate declaration specifies a function signature. If some method has a parameter of this delgation type, then the caller needs to pass a function that has the required parameters and return type as specified below.
Parameters
|
Name |
Type |
Definition |
|---|---|---|
|
result |
||
|
exception |
Back to namespace FB