OpenTransactions.OTAPI.ServerInfo.ServerInfo C# (CSharp) Method

ServerInfo() private method

private ServerInfo ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal ServerInfo(IntPtr cPtr, bool cMemoryOwn)
            : base(otapiPINVOKE.ServerInfo_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }