Facebook.FacebookApi.EndPost C# (CSharp) Method

EndPost() public method

Returns json status of the current operations which has been executing asynchronously.
an exception occurred during the async call. is null.
public EndPost ( IAsyncResult ar ) : JsonObject
ar IAsyncResult The current operation async result.
return JsonObject
        public JsonObject EndPost(IAsyncResult ar)
        {
            return EndCall(ar);
        }