Ejemplo n.º 1
0
        /// 37.)
        public void AttachToQueue(MatchMakerParams matchMakerParams, SearchingForMatchNotification.Callback callback)
        {
            SearchingForMatchNotification cb = new SearchingForMatchNotification(callback);

            InvokeWithCallback("matchmakerService", "attachToQueue", new object[] { matchMakerParams.GetBaseTypedObject() }, cb);
        }
Ejemplo n.º 2
0
 public SearchingForMatchNotification(SearchingForMatchNotification.Callback callback)
 {
     this.callback = callback;
 }