C# Class Zetetic.Chain.Generic.RemoteCommand

Inheritance: Command
Afficher le fichier Open project: skradel/Zetetic.Chain

Protected Properties

Свойство Type Description
_fcLock object
_firstCall bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Execute ( IContext ctx ) : CommandResult

Méthodes protégées

Méthode Description
ConfigureRemoting ( IContext ctx ) : void

Method Details

ConfigureRemoting() protected méthode

protected ConfigureRemoting ( IContext ctx ) : void
ctx IContext
Résultat void

Execute() public méthode

public Execute ( IContext ctx ) : CommandResult
ctx IContext
Résultat CommandResult

Property Details

_fcLock protected_oe static_oe property

protected static object _fcLock
Résultat object

_firstCall protected_oe static_oe property

protected static bool _firstCall
Résultat bool