コード例 #1
0
    public ESLevent Bgapi(string cmd, string arg, string job_uuid)
    {
        IntPtr   cPtr = ESLPINVOKE.ESLconnection_Bgapi(swigCPtr, cmd, arg, job_uuid);
        ESLevent ret  = (cPtr == IntPtr.Zero) ? null : new ESLevent(cPtr, true);

        return(ret);
    }