C# Class NFrame.NFIActorMessage

Afficher le fichier Open project: ketoo/NFrame Class Usage Examples

Méthodes publiques

Свойство Type Description
bAsync bool
bReturn bool
data string
eType EACTOR_MESSAGE_ID
nFromActor NFGUID
nMasterActor NFGUID
nSubMsgID int
t System.DateTime
xMasterHandler ConcurrentQueue

Méthodes publiques

Méthode Description
NFIActorMessage ( ) : System
NFIActorMessage ( NFIActorMessage x ) : System

Method Details

NFIActorMessage() public méthode

public NFIActorMessage ( ) : System
Résultat System

NFIActorMessage() public méthode

public NFIActorMessage ( NFIActorMessage x ) : System
x NFIActorMessage
Résultat System

Property Details

bAsync public_oe property

public bool bAsync
Résultat bool

bReturn public_oe property

public bool bReturn
Résultat bool

data public_oe property

public string data
Résultat string

eType public_oe property

public EACTOR_MESSAGE_ID eType
Résultat EACTOR_MESSAGE_ID

nFromActor public_oe property

public NFGUID,NFrame nFromActor
Résultat NFGUID

nMasterActor public_oe property

public NFGUID,NFrame nMasterActor
Résultat NFGUID

nSubMsgID public_oe property

public int nSubMsgID
Résultat int

t public_oe property

public DateTime,System t
Résultat System.DateTime

xMasterHandler public_oe property

public ConcurrentQueue xMasterHandler
Résultat ConcurrentQueue