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

[Missing <summary> documentation for "M:Facebook.Async.FacebookControllerExtensions.BeginExecuteRequest(Facebook.FacebookApiController,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Int32)"]

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

Syntax

C#
public static IAsyncResult BeginExecuteRequest(
	this FacebookApiController controller,
	string methodName,
	IDictionary<string, Object> args,
	AsyncCallback callback,
	int timeout
)
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Function BeginExecuteRequest ( _
	controller As FacebookApiController, _
	methodName As String, _
	args As IDictionary(Of String, Object), _
	callback As AsyncCallback, _
	timeout As Integer _
) As IAsyncResult
Visual C++
[ExtensionAttribute]
public:
static IAsyncResult^ BeginExecuteRequest(
	FacebookApiController^ controller, 
	String^ methodName, 
	IDictionary<String^, Object^>^ args, 
	AsyncCallback^ callback, 
	int timeout
)

Parameters

controller
Type: Facebook..::.FacebookApiController

[Missing <param name="controller"/> documentation for "M:Facebook.Async.FacebookControllerExtensions.BeginExecuteRequest(Facebook.FacebookApiController,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Int32)"]

methodName
Type: System..::.String

[Missing <param name="methodName"/> documentation for "M:Facebook.Async.FacebookControllerExtensions.BeginExecuteRequest(Facebook.FacebookApiController,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Int32)"]

args
Type: System.Collections.Generic..::.IDictionary<(Of <(String, Object>)>)

[Missing <param name="args"/> documentation for "M:Facebook.Async.FacebookControllerExtensions.BeginExecuteRequest(Facebook.FacebookApiController,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Int32)"]

callback
Type: System..::.AsyncCallback

[Missing <param name="callback"/> documentation for "M:Facebook.Async.FacebookControllerExtensions.BeginExecuteRequest(Facebook.FacebookApiController,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Int32)"]

timeout
Type: System..::.Int32

[Missing <param name="timeout"/> documentation for "M:Facebook.Async.FacebookControllerExtensions.BeginExecuteRequest(Facebook.FacebookApiController,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Async.FacebookControllerExtensions.BeginExecuteRequest(Facebook.FacebookApiController,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Int32)"]

See Also

FacebookControllerExtensions Class
Facebook.Async Namespace