Braintree.Device_Collector.AbstractCollectorProcess.DoInBackground C# (CSharp) Méthode

DoInBackground() protected méthode

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

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