C# 클래스 Zetetic.Chain.Generic.RemoteCommand

상속: Command
파일 보기 프로젝트 열기: skradel/Zetetic.Chain

보호된 프로퍼티들

프로퍼티 타입 설명
_fcLock object
_firstCall bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( IContext ctx ) : CommandResult

보호된 메소드들

메소드 설명
ConfigureRemoting ( IContext ctx ) : void

메소드 상세

ConfigureRemoting() 보호된 메소드

protected ConfigureRemoting ( IContext ctx ) : void
ctx IContext
리턴 void

Execute() 공개 메소드

public Execute ( IContext ctx ) : CommandResult
ctx IContext
리턴 CommandResult

프로퍼티 상세

_fcLock 보호되어 있는 정적으로 프로퍼티

protected static object _fcLock
리턴 object

_firstCall 보호되어 있는 정적으로 프로퍼티

protected static bool _firstCall
리턴 bool