PKDisbursementAuthorizationController.Dispose(Boolean) 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.
Releases the resources used by this object.
protected override void Dispose(bool disposing);
override this.Dispose : bool -> unit
Parameters
- disposing
- Boolean
If set to true, the method is invoked directly and disposes managed and unmanaged resources. If set to false, the method is called by the garbage collector finalizer and should only release unmanaged resources.