Click or drag to resize
ApplicationUserStoreTUserDispose Method (Boolean)
Disposes the user store.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Describes whether or not should the managed resources be disposed.
See Also