Facebook.FacebookApi.EndGet C# (CSharp) Method

EndGet() public method

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