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

The Batch type exposes the following members.

Constructors

  NameDescription
Batch
Initializes an instance of Batch.

Methods

  NameDescription
Add<(Of <(TReturnType>)>)
Adds a new item to the batch.
Complete
Causes all batch operations to completed and assigns the responses to their respective IFacebookResponse objects.
CompleteDebug
Causes all batch operations to completed and assigns the responses to their respective IFacebookResponse objects.
Discard
Cancels the batch, causing any batch items and the batch itself to be discarded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Start
Activates a batch, which will route all requests to be queued until Complete()()() is called.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Context
Gets a reference to the IFacebookContext object that owns the batch.
Count
Gets the current number of batched requests.
IsCompleting
Gets a value representing whether the Batch is current in the process of receiving data from the Facebook API.
Items
Gets the internal list of batch items.

Explicit Interface Implementations

  NameDescription
IDisposable..::.Dispose

See Also

Batch Class
Facebook.Api Namespace