GetObjectAsync(T) Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "M:FacebookWrapper.FacebookService.GetObjectAsync``1(System.String,System.Action{FacebookWrapper.FBAsyncCompletedEventArgs{``0}},System.String)"]

Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public static void GetObjectAsync<T>(
	string i_ID,
	Action<FBAsyncCompletedEventArgs<T>> i_CallBackDelegate,
	string i_Fields = ""
)
where T : new(), DynamicWrapper
Visual Basic
Public Shared Sub GetObjectAsync(Of T As {New, DynamicWrapper}) ( _
	i_ID As String, _
	i_CallBackDelegate As Action(Of FBAsyncCompletedEventArgs(Of T)), _
	Optional i_Fields As String = "" _
)
Visual C++
public:
generic<typename T>
where T : gcnew(), DynamicWrapper
static void GetObjectAsync(
	String^ i_ID, 
	Action<FBAsyncCompletedEventArgs<T>^>^ i_CallBackDelegate, 
	String^ i_Fields = L""
)

Parameters

i_ID
Type: System..::..String

[Missing <param name="i_ID"/> documentation for "M:FacebookWrapper.FacebookService.GetObjectAsync``1(System.String,System.Action{FacebookWrapper.FBAsyncCompletedEventArgs{``0}},System.String)"]

i_CallBackDelegate
Type: System..::..Action<(Of <(<'FBAsyncCompletedEventArgs<(Of <(<'T>)>)>>)>)>

[Missing <param name="i_CallBackDelegate"/> documentation for "M:FacebookWrapper.FacebookService.GetObjectAsync``1(System.String,System.Action{FacebookWrapper.FBAsyncCompletedEventArgs{``0}},System.String)"]

i_Fields (Optional)
Type: System..::..String

[Missing <param name="i_Fields"/> documentation for "M:FacebookWrapper.FacebookService.GetObjectAsync``1(System.String,System.Action{FacebookWrapper.FBAsyncCompletedEventArgs{``0}},System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FacebookWrapper.FacebookService.GetObjectAsync``1(System.String,System.Action{FacebookWrapper.FBAsyncCompletedEventArgs{``0}},System.String)"]

See Also