C# 클래스 Facebook.FacebookAsyncResult

Represents the status of an asynchronous Facebook api call.
상속: IAsyncResult
파일 보기 프로젝트 열기: anujb/MonoMobile.Facebook 1 사용 예제들

공개 메소드들

메소드 설명
FacebookAsyncResult ( object result, object asyncState, System asyncWaitHandle, bool completedSynchronously, bool isCompleted, FacebookApiException error ) : System

Initializes a new instance of the FacebookAsyncResult class.

메소드 상세

FacebookAsyncResult() 공개 메소드

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.
리턴 System