Scalien.scaliendb_client.SDBP_LogTrace C# (CSharp) 메소드

SDBP_LogTrace() 공개 정적인 메소드

public static SDBP_LogTrace ( string msg ) : void
msg string
리턴 void
        public static unsafe void SDBP_LogTrace(string msg)
        {
            scaliendb_clientPINVOKE.SDBP_LogTrace(msg);
            if (scaliendb_clientPINVOKE.SWIGPendingException.Pending) throw scaliendb_clientPINVOKE.SWIGPendingException.Retrieve();
        }
scaliendb_client