Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IAccountCache.OffLine Examples
Programming Language:
C# (CSharp)
Class/Type:
IAccountCache
Method/Function:
OffLine
Examples at hotexamples.com:
1
C# (CSharp) IAccountCache.OffLine - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IAccountCache.OffLine
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
getId(5)
AddOrUpdate(4)
GetAccountCacheItemAsync(4)
hasAccount(3)
add(3)
IsOnline(3)
Add(2)
HasAccount(2)
getAccount(2)
Online(2)
Match(2)
OnLine(2)
GetAsync(2)
GetAccountId(2)
GetStandByNum(1)
TrySetAccountPassword(1)
isHasAccount(1)
GeTokenById(1)
GetAccount(1)
getID(1)
getGameHallTokenList(1)
getAccountModelById(1)
createAccount(1)
addToRoomAccMap(1)
addToGameHallAccMap(1)
ValidateAccountCredentials(1)
TryInitializeAccountName(1)
HasAccaount(1)
TryGetValue(1)
TryCreateAccount(1)
StoreAccount(1)
RemoveAccount(1)
GetID(1)
AddAccaount(1)
Offline(1)
OffLine(1)
MatchAccaount(1)
GetId(1)
GetOnLineNum(1)
GetPlayingNum(1)
isMatch(1)
Frequently Used Methods
getId (5)
AddOrUpdate (4)
GetAccountCacheItemAsync (4)
hasAccount (3)
add (3)
IsOnline (3)
Add (2)
HasAccount (2)
getAccount (2)
Online (2)
Frequently Used Methods
Match (2)
OnLine (2)
GetAsync (2)
GetAccountId (2)
GetStandByNum (1)
TrySetAccountPassword (1)
isHasAccount (1)
GeTokenById (1)
GetAccount (1)
getID (1)
getGameHallTokenList (1)
getAccountModelById (1)
createAccount (1)
addToRoomAccMap (1)
addToGameHallAccMap (1)
ValidateAccountCredentials (1)
TryInitializeAccountName (1)
HasAccaount (1)
TryGetValue (1)
TryCreateAccount (1)
Frequently Used Methods
getGameHallTokenList (1)
getAccountModelById (1)
createAccount (1)
addToRoomAccMap (1)
addToGameHallAccMap (1)
ValidateAccountCredentials (1)
TryInitializeAccountName (1)
HasAccaount (1)
TryGetValue (1)
TryCreateAccount (1)
StoreAccount (1)
RemoveAccount (1)
GetID (1)
AddAccaount (1)
Offline (1)
OffLine (1)
MatchAccaount (1)
GetId (1)
GetOnLineNum (1)
GetPlayingNum (1)
isMatch (1)
Frequently Used Methods
StoreAccount (1)
RemoveAccount (1)
GetID (1)
AddAccaount (1)
Offline (1)
OffLine (1)
MatchAccaount (1)
GetId (1)
GetOnLineNum (1)
GetPlayingNum (1)
isMatch (1)
Example #1
0
Show file
File:
AccountBiz.cs
Project:
hehay/MyServer
public void Close(NetFrame.UserToken token) { accountCache.OffLine(token); }
x