Ejemplo n.º 1
0
 public void login(int userId, string password, string host, short port)
 {
     ContextModulePINVOKE.Context_login__SWIG_1(swigCPtr, userId, password, host, port);
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }