C# 클래스 Castle.Facilities.Synchronize.SynchronizeInterceptor

상속: IInterceptor, IOnBehalfAware
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Intercept ( IInvocation invocation ) : void

Intercepts the invocation and applies any necessary synchronization.

SetInterceptedComponentModel ( ComponentModel target ) : void

Sets the intercepted ComponentModel.

SynchronizeInterceptor ( IKernel kernel, SynchronizeMetaInfoStore metaStore ) : System

Initializes a new instance of the SynchronizeInterceptor class.

비공개 메소드들

메소드 설명
InvokeInSynchronizationContext ( IInvocation invocation ) : bool

Continues the invocation in a synchronization context if necessary.

InvokeSafely ( IInvocation invocation ) : void

Used by the safe synchronization delegate.

InvokeUsingSynchronizationTarget ( IInvocation invocation ) : bool

Continues the invocation using the targets implicit synchronization if necessary.

메소드 상세

Intercept() 공개 메소드

Intercepts the invocation and applies any necessary synchronization.
public Intercept ( IInvocation invocation ) : void
invocation IInvocation The invocation.
리턴 void

SetInterceptedComponentModel() 공개 메소드

Sets the intercepted ComponentModel.
public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel The targets ComponentModel.
리턴 void

SynchronizeInterceptor() 공개 메소드

Initializes a new instance of the SynchronizeInterceptor class.
public SynchronizeInterceptor ( IKernel kernel, SynchronizeMetaInfoStore metaStore ) : System
kernel IKernel The kernel.
metaStore SynchronizeMetaInfoStore The meta store.
리턴 System