protected void Button1_OnClick(object sender, EventArgs e)
{
FineTuneDB();// Long Task running in db
SendSMStoAllClients();// Using Twolio API to send sms to all client long task
lblText.Text = "Button click is completed our system threads working on your request";
}
これは、ボタンをクリックすると、クライアントと独立した長いタスクが別々に進行していることに応答できる可能性があります。