Esempio n. 1
0
    public bool SendMessage(OpalMessagePtr message)
    {
        bool ret = OPALPINVOKE.OpalContext_SendMessage__SWIG_0(swigCPtr, OpalMessagePtr.getCPtr(message));

        if (OPALPINVOKE.SWIGPendingException.Pending)
        {
            throw OPALPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }