예제 #1
0
        protected void OnClientClosed(DisconnectedArgs args)
        {
            var function = ClientClosed;

            if (function != null)
            {
                function(this, args);
            }
        }
예제 #2
0
 protected void OnClientClosed(DisconnectedArgs args)
 {
     var function = ClientClosed;
     if (function != null)
     {
         function(this, args);
     }
 }
예제 #3
0
 static void client_ClientClosed(object sender, DisconnectedArgs e)
 {
     //throw new NotImplementedException();
 }