C# Class SenseNet.Communication.Messaging.DistributedAction

Inheritance: ClusterMessage
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
Distribute ( ) : void
DoAction ( bool onRemote, bool isFromMe ) : void
Execute ( ) : void

Method Details

Distribute() public méthode

public Distribute ( ) : void
Résultat void

DoAction() public abstract méthode

public abstract DoAction ( bool onRemote, bool isFromMe ) : void
onRemote bool
isFromMe bool
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void