LoginManagerLogout Method

ScaleOut Software NamedCache API
Performs a logout for the supplied NamedCache name.

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

public void Logout(
	string cacheName,
	LogoutScope scope
)

Parameters

cacheName
Type: SystemString
String identifier of the associated named cache.
scope
Type: Soss.ClientLogoutScope
Scope of the logout operation, indicating whether the logout should be performed for the local client or store-wide.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThrown if credentials supplied by the ILoginModule implementation (via GetEncodedCredentials(String)) are zero-length or exceed 4096 bytes.
See Also

Reference