UserStore<TUser>.Dispose Method

Dispose the store

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

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As UserStore

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

UserStore<TUser> Class

Dispose Overload

Microsoft.AspNet.Identity.EntityFramework Namespace