Braintree.Device_Collector.AbstractCollectorProcess.DoInBackground C# (CSharp) 메소드

DoInBackground() 보호된 메소드

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

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