Метод | Описание | |
---|---|---|
PostProcessAfterInitialization ( object instance, string name ) : object |
A NoOp for this processor
|
|
PostProcessBeforeInitialization ( object instance, string name ) : object |
Iterates over configured list of ISharedStateFactorys until the first provider is found that
|
|
SharedStateAwareProcessor ( ) : System |
Creates a new empty instance.
|
|
SharedStateAwareProcessor ( ISharedStateFactory sharedStateFactories, int order ) : System |
Creates a new preconfigured instance.
|
public PostProcessAfterInitialization ( object instance, string name ) : object | ||
instance | object | /// The new object instance. /// |
name | string | /// The name of the object. /// |
Результат | object |
public PostProcessBeforeInitialization ( object instance, string name ) : object | ||
instance | object | |
name | string | |
Результат | object |
public SharedStateAwareProcessor ( ) : System | ||
Результат | System |
public SharedStateAwareProcessor ( ISharedStateFactory sharedStateFactories, int order ) : System | ||
sharedStateFactories | ISharedStateFactory | |
order | int | priority value affecting order of invocation of this processor. See |
Результат | System |