[This is preliminary documentation and is subject to change.]

Executes the request.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
internal FacebookResponse<TValue> Execute<TValue>(
	int timeout
)
Visual Basic (Declaration)
Friend Function Execute(Of TValue) ( _
	timeout As Integer _
) As FacebookResponse(Of TValue)
Visual C++
internal:
generic<typename TValue>
FacebookResponse<TValue>^ Execute(
	int timeout
)

Parameters

timeout
Type: System..::.Int32
The amount of time, in milliseconds, the request will be active before timing out.

Type Parameters

TValue
The expected return type of the method call.

Return Value

A reference to a FacebookResponse<(Of <(TValue>)>) object that will contain the value of the response.

See Also

FacebookRequest Class
Facebook Namespace