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
Home
SenseNet
Communication
Messaging
DistributedAction
C# Class SenseNet.Communication.Messaging.DistributedAction
Inheritance:
ClusterMessage
Show file
Open project: maxpavlov/FlexNet
Public Methods
Method
Description
Distribute
( ) :
void
DoAction
(
bool
onRemote
,
bool
isFromMe
) :
void
Execute
( ) :
void
Method Details
Distribute()
public
method
public
Distribute
( ) :
void
return
void
DoAction()
public
abstract
method
public
abstract
DoAction
(
bool
onRemote
,
bool
isFromMe
) :
void
onRemote
bool
isFromMe
bool
return
void
Execute()
public
method
public
Execute
( ) :
void
return
void