LogoutScope Enumeration

ScaleOut Software NamedCache API
Indicates the scope of a logout operation on an application namespace.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public enum LogoutScope
Members

  Member nameValueDescription
Local0 The user should be logged out in just this currently running client application.
StoreWide1 The user should be logged out on every client application that is accessing the StateServer store.
See Also

Reference