C# Class Zetetic.Chain.Generic.RemoteCommand

Inheritance: Command
显示文件 Open project: skradel/Zetetic.Chain

Protected Properties

Property Type Description
_fcLock object
_firstCall bool

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( IContext ctx ) : CommandResult

Protected Methods

Method Description
ConfigureRemoting ( IContext ctx ) : void

Method Details

ConfigureRemoting() protected method

protected ConfigureRemoting ( IContext ctx ) : void
ctx IContext
return void

Execute() public method

public Execute ( IContext ctx ) : CommandResult
ctx IContext
return CommandResult

Property Details

_fcLock protected_oe static_oe property

protected static object _fcLock
return object

_firstCall protected_oe static_oe property

protected static bool _firstCall
return bool