UserManager<TUser>.Dispose Method

Dispose the store context

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As UserManager

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit  
override Dispose : unit -> unit
public final function Dispose()

Implements

IDisposable.Dispose()

See Also

Reference

UserManager<TUser> Class

Dispose Overload

Microsoft.AspNet.Identity Namespace