Example #1
0
 public void UpdateLoginInfo(Common.TraderServerType appType, string onlineXml, TimeSpan expireTime)
 {
     //<LoginInfos>
     // <LoginInfo UserID="" LoginTime="" IpAddress="" AppType=""/>
     //</LoginInfos>
     this.StateServer.UpdateLoginInfo(appType, onlineXml, expireTime);
 }
Example #2
0
 public void UpdateLoginInfo(Common.TraderServerType appType, string onlineXml, TimeSpan expireTime)
 {
     throw new NotImplementedException();
 }