Principal.CheckDisposedOrDeleted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
void CheckDisposedOrDeleted();
protected void CheckDisposedOrDeleted ();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected void CheckDisposedOrDeleted ();
member this.CheckDisposedOrDeleted : unit -> unit
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
member this.CheckDisposedOrDeleted : unit -> unit
Protected Sub CheckDisposedOrDeleted ()
- Attributes
Exceptions
The Dispose() method has been called on this principal object.
The Delete() method has been called on this principal object.
Remarks
This method checks whether the object has been disposed before it determines whether it has been deleted.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.