C# Class Facebook.FacebookAsyncResult

Represents the status of an asynchronous Facebook api call.
Inheritance: IAsyncResult
Mostra file Open project: anujb/MonoMobile.Facebook Class Usage Examples

Public Methods

Method Description
FacebookAsyncResult ( object result, object asyncState, System asyncWaitHandle, bool completedSynchronously, bool isCompleted, FacebookApiException error ) : System

Initializes a new instance of the FacebookAsyncResult class.

Method Details

FacebookAsyncResult() public method

Initializes a new instance of the FacebookAsyncResult class.
public FacebookAsyncResult ( object result, object asyncState, System asyncWaitHandle, bool completedSynchronously, bool isCompleted, FacebookApiException error ) : System
result object The result.
asyncState object State of the async.
asyncWaitHandle System The async wait handle.
completedSynchronously bool if set to true [completed synchronously].
isCompleted bool if set to true [is completed].
error FacebookApiException The error.
return System