GetCollectionAsync(T) Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "M:FacebookWrapper.FacebookService.GetCollectionAsync``1(System.String,System.Action{FacebookWrapper.FBCollectionEventArgs{``0}},System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

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

Syntax

C#
public static void GetCollectionAsync<T>(
	string i_Connection,
	Action<FBCollectionEventArgs<T>> i_CallBackDelegate,
	string i_ParentID = "me",
	string i_Fields = "",
	Nullable<int> i_Limit = null,
	DynamicWrapper..::..eLoadOptions i_LoadOptions = DynamicWrapper..::..eLoadOptions.Full
)
where T : new(), DynamicWrapper
Visual Basic
Public Shared Sub GetCollectionAsync(Of T As {New, DynamicWrapper}) ( _
	i_Connection As String, _
	i_CallBackDelegate As Action(Of FBCollectionEventArgs(Of T)), _
	Optional i_ParentID As String = "me", _
	Optional i_Fields As String = "", _
	Optional i_Limit As Nullable(Of Integer) = Nothing, _
	Optional i_LoadOptions As DynamicWrapper..::..eLoadOptions = DynamicWrapper..::..eLoadOptions.Full _
)
Visual C++
public:
generic<typename T>
where T : gcnew(), DynamicWrapper
static void GetCollectionAsync(
	String^ i_Connection, 
	Action<FBCollectionEventArgs<T>^>^ i_CallBackDelegate, 
	String^ i_ParentID = L"me", 
	String^ i_Fields = L"", 
	Nullable<int> i_Limit = nullptr, 
	DynamicWrapper..::..eLoadOptions i_LoadOptions = DynamicWrapper..::..eLoadOptions::Full
)

Parameters

i_Connection
Type: System..::..String

[Missing <param name="i_Connection"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionAsync``1(System.String,System.Action{FacebookWrapper.FBCollectionEventArgs{``0}},System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

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

[Missing <param name="i_CallBackDelegate"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionAsync``1(System.String,System.Action{FacebookWrapper.FBCollectionEventArgs{``0}},System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

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

[Missing <param name="i_ParentID"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionAsync``1(System.String,System.Action{FacebookWrapper.FBCollectionEventArgs{``0}},System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

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

[Missing <param name="i_Fields"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionAsync``1(System.String,System.Action{FacebookWrapper.FBCollectionEventArgs{``0}},System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

i_Limit (Optional)
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="i_Limit"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionAsync``1(System.String,System.Action{FacebookWrapper.FBCollectionEventArgs{``0}},System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

i_LoadOptions (Optional)
Type: FacebookWrapper.ObjectModel..::..DynamicWrapper..::..eLoadOptions

[Missing <param name="i_LoadOptions"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionAsync``1(System.String,System.Action{FacebookWrapper.FBCollectionEventArgs{``0}},System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionAsync``1(System.String,System.Action{FacebookWrapper.FBCollectionEventArgs{``0}},System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

See Also