delegate public sealed FB.OnRequestCompleted

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

object

exception

Exception

Back to namespace FB