OpenTransactions.OTAPI.WalletData.AddRippleServer C# (CSharp) Méthode

AddRippleServer() public méthode

public AddRippleServer ( RippleServer disownObject ) : bool
disownObject RippleServer
Résultat bool
        public bool AddRippleServer(RippleServer disownObject)
        {
            bool ret = otapiPINVOKE.WalletData_AddRippleServer(swigCPtr, RippleServer.getCPtr(disownObject));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }