SignInManager<TUser, TKey>.Dispose Method
Namespace: Microsoft.AspNet.Identity.Owin
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
Overload List
Name | Description | |
---|---|---|
Dispose() | Dispose |
|
Dispose(Boolean) | If disposing, calls dispose on the Context. Always nulls out the Context |
See Also
SignInManager<TUser, TKey> Class
Microsoft.AspNet.Identity.Owin Namespace
Return to top
SignInManager<TUser, TKey>.Dispose Method ()
Dispose
Syntax
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Public Sub Dispose
Implements
Return to top
SignInManager<TUser, TKey>.Dispose Method (Boolean)
If disposing, calls dispose on the Context. Always nulls out the Context
Syntax
protected virtual void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing:bool -> unit
override Dispose :
disposing:bool -> unit
Protected Overridable Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
Type: System.Boolean
Return to top