Beispiel #1
0
    public ESLevent ExecuteAsync(string app, string arg, string uuid)
    {
        IntPtr   cPtr = ESLPINVOKE.ESLconnection_ExecuteAsync(swigCPtr, app, arg, uuid);
        ESLevent ret  = (cPtr == IntPtr.Zero) ? null : new ESLevent(cPtr, true);

        return(ret);
    }