Свойство | Type | Description | |
---|---|---|---|
FLUSHMODE_DEFAULT | FlushMode |
Méthode | Description | |
---|---|---|
SessionPerConversationScopeSettings ( ) : System |
Initialize a new instance of SessionScopeSettings with default values. Calling this constructor from your derived class leaves EntityInterceptor uninitialized. See ResolveEntityInterceptor for more. |
|
SessionPerConversationScopeSettings ( IInterceptor entityInterceptor, FlushMode defaultFlushMode ) : System |
Initialize a new instance of SessionPerConversationScopeSettings with the given values and references. Calling this constructor marks all properties initialized. |
Méthode | Description | |
---|---|---|
ResolveEntityInterceptor ( ) : IInterceptor |
Override this method to resolve an IInterceptor instance according to your chosen strategy.
|
protected ResolveEntityInterceptor ( ) : IInterceptor | ||
Résultat | IInterceptor |
public SessionPerConversationScopeSettings ( ) : System | ||
Résultat | System |
public SessionPerConversationScopeSettings ( IInterceptor entityInterceptor, FlushMode defaultFlushMode ) : System | ||
entityInterceptor | IInterceptor |
/// Specify the |
defaultFlushMode | FlushMode |
/// Specify the flushmode to be applied on each session provided by the |
Résultat | System |