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

[Missing <summary> documentation for "M:Facebook.Async.FacebookContextExtensions.BeginExecuteRequest(Facebook.IFacebookContext,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 IFacebookContext context,
	string methodName,
	IDictionary<string, Object> args,
	AsyncCallback callback,
	int timeout
)
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Function BeginExecuteRequest ( _
	context As IFacebookContext, _
	methodName As String, _
	args As IDictionary(Of String, Object), _
	callback As AsyncCallback, _
	timeout As Integer _
) As IAsyncResult
Visual C++
[ExtensionAttribute]
public:
static IAsyncResult^ BeginExecuteRequest(
	IFacebookContext^ context, 
	String^ methodName, 
	IDictionary<String^, Object^>^ args, 
	AsyncCallback^ callback, 
	int timeout
)

Parameters

context
Type: Facebook..::.IFacebookContext

[Missing <param name="context"/> documentation for "M:Facebook.Async.FacebookContextExtensions.BeginExecuteRequest(Facebook.IFacebookContext,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.FacebookContextExtensions.BeginExecuteRequest(Facebook.IFacebookContext,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.FacebookContextExtensions.BeginExecuteRequest(Facebook.IFacebookContext,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.FacebookContextExtensions.BeginExecuteRequest(Facebook.IFacebookContext,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.FacebookContextExtensions.BeginExecuteRequest(Facebook.IFacebookContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Int32)"]

Return Value

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

See Also

FacebookContextExtensions Class
Facebook.Async Namespace