C# Class NFrame.NFIClusterClientModule.ConnectObjectData

Show file Open project: ketoo/NFrame

Public Properties

Property Type Description
eState NFClusterClientModule.ClusterClientState
fMaxReconnectTime float
meServerType NFServer_def.NF_SERVER_TYPES
mnAreaID long
mnPort long
mstrAuth string
mstrDns string
mstrIP string
nServerID long
xNetModule NFNetModule
xNextTriggerTime System.DateTime

Public Methods

Method Description
ConnectObjectData ( ) : System

Method Details

ConnectObjectData() public method

public ConnectObjectData ( ) : System
return System

Property Details

eState public property

public NFClusterClientModule.ClusterClientState eState
return NFClusterClientModule.ClusterClientState

fMaxReconnectTime public property

public float fMaxReconnectTime
return float

meServerType public property

public NFServer_def.NF_SERVER_TYPES meServerType
return NFServer_def.NF_SERVER_TYPES

mnAreaID public property

public long mnAreaID
return long

mnPort public property

public long mnPort
return long

mstrAuth public property

public string mstrAuth
return string

mstrDns public property

public string mstrDns
return string

mstrIP public property

public string mstrIP
return string

nServerID public property

public long nServerID
return long

xNetModule public property

public NFNetModule,NFrame xNetModule
return NFNetModule

xNextTriggerTime public property

public DateTime,System xNextTriggerTime
return System.DateTime