OpenTransactions.OTAPI.ContactNym.AddServerInfo C# (CSharp) Méthode

AddServerInfo() public méthode

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