Méthode | Description | |
---|---|---|
GetRegisteredScope ( ) : ISessionScope |
Gets the registered scope.
|
|
RegisterScope ( ISessionScope scope ) : void |
Registers the scope.
|
|
UnRegisterScope ( ISessionScope scope ) : void |
Unregister the scope.
|
public GetRegisteredScope ( ) : ISessionScope | ||
Résultat | ISessionScope |
public RegisterScope ( ISessionScope scope ) : void | ||
scope | ISessionScope | The scope. |
Résultat | void |
public UnRegisterScope ( ISessionScope scope ) : void | ||
scope | ISessionScope | The scope. |
Résultat | void |