コード例 #1
0
 public void login(int userId, string password, string host, short port, bool restoreState)
 {
     ContextModulePINVOKE.Context_login__SWIG_0(swigCPtr, userId, password, host, port, restoreState);
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }