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

Encapsulates all the objects required to execute an API request within a Batch.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
[SerializableAttribute]
public struct BatchItem<TReturnType> : IBatchItem
Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure BatchItem(Of TReturnType) _
	Implements IBatchItem
Visual C++
[SerializableAttribute]
generic<typename TReturnType>
public value class BatchItem : IBatchItem

Type Parameters

TReturnType
The return type of the API method.

See Also

BatchItem<(Of <(TReturnType>)>) Members
Facebook.Api Namespace