UserManager<TUser, TKey>.Dispose Method

Releases the resources used by the current instance of the UserManager<TUser, TKey> class.

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, TKey> Class

Dispose Overload

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity