OpenTransactions.OTAPI.Storage.StoreObject C# (CSharp) Méthode

StoreObject() public méthode

public StoreObject ( Storable theContents, string strFolder ) : bool
theContents Storable
strFolder string
Résultat bool
        public bool StoreObject(Storable theContents, string strFolder)
        {
            bool ret = otapiPINVOKE.Storage_StoreObject__SWIG_3(swigCPtr, Storable.getCPtr(theContents), strFolder);
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

Storage::StoreObject ( Storable theContents, string strFolder, string oneStr ) : bool
Storage::StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr ) : bool
Storage::StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool