Esempio n. 1
0
 private void OnButtonStatelessInitClick(object sender, EventArgs e)
 {
     try
     {
         m_StatefulServiceClient = new StatefulServiceAutoClient(m_TestServiceNode);
         m_StatefulServiceClient.Init();
     }
     catch (Exception error)
     {
         resultStateful.Text = error.ToMessageWithType();
     }
 }
Esempio n. 2
0
 private void OnButtonStatelessInitClick(object sender, EventArgs e)
 {
     try
     {
         m_StatefulServiceClient = new StatefulServiceAutoClient(m_TestServiceNode);
         m_StatefulServiceClient.Init();
     }
     catch (Exception error)
     {
         resultStateful.Text = error.ToMessageWithType();
     }
 }