Method | Description | |
---|---|---|
Intercept ( IInvocation invocation ) : void |
Intercepts the invocation and applies any necessary synchronization.
|
|
SetInterceptedComponentModel ( |
Sets the intercepted ComponentModel.
|
|
SynchronizeInterceptor ( IKernel kernel, |
Initializes a new instance of the SynchronizeInterceptor class.
|
Method | Description | |
---|---|---|
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.
|
public Intercept ( IInvocation invocation ) : void | ||
invocation | IInvocation | The invocation. |
return | void |
public SetInterceptedComponentModel ( |
||
target | The targets ComponentModel. | |
return | void |
public SynchronizeInterceptor ( IKernel kernel, |
||
kernel | IKernel | The kernel. |
metaStore | The meta store. | |
return | System |