Facebook.FacebookApi.EndDelete C# (CSharp) Method

EndDelete() public method

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