Braintree.Device_Collector.Collectors.AbstractAsyncCollectorTask.DoInBackground C# (CSharp) Method

DoInBackground() protected method

protected DoInBackground ( ) : Java.Lang.Object
return Java.Lang.Object
        protected override JObject DoInBackground(params JObject[] @params)
        {
            var invoker = new AbstractAsyncCollectorTaskInvoker(Handle, JniHandleOwnership.TransferLocalRef);

            return invoker.DoInBackground(@params);
        }
    }
AbstractAsyncCollectorTask