| 451 | | + A s y n c h r o n o u s D e s t r o y R e s o u r c e F a c i l i t y % |
| 452 | | % % |
| 453 | | % % |
| 454 | | % % |
| 455 | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 456 | | % |
| 457 | | % AsynchronousDestroyResourceFacility() destroys the resource environment. |
| 458 | | % It differs from DestroyResourceFacility() in that it can be called from a |
| | 451 | + A s y n c h r o n o u s D e s t r o y R e s o u r c e C o m p o n e n t % |
| | 452 | % % |
| | 453 | % % |
| | 454 | % % |
| | 455 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| | 456 | % |
| | 457 | % AsynchronousDestroyResourceComponent() destroys the resource environment. |
| | 458 | % It differs from DestroyResourceComponent() in that it can be called from a |
| 492 | | + D e s t r o y R e s o u r c e F a c i l i t y % |
| 493 | | % % |
| 494 | | % % |
| 495 | | % % |
| 496 | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 497 | | % |
| 498 | | % DestroyResourceFacility() destroys the resource facility. |
| 499 | | % |
| 500 | | % The format of the DestroyResourceFacility() method is: |
| 501 | | % |
| 502 | | % DestroyResourceFacility(void) |
| 503 | | % |
| 504 | | */ |
| 505 | | WizardExport void DestroyResourceFacility(void) |
| | 492 | + D e s t r o y R e s o u r c e C o m p o n e n t % |
| | 493 | % % |
| | 494 | % % |
| | 495 | % % |
| | 496 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| | 497 | % |
| | 498 | % DestroyResourceComponent() destroys the resource component. |
| | 499 | % |
| | 500 | % The format of the DestroyResourceComponent() method is: |
| | 501 | % |
| | 502 | % DestroyResourceComponent(void) |
| | 503 | % |
| | 504 | */ |
| | 505 | WizardExport void DestroyResourceComponent(void) |
| 645 | | + I n s t a n t i a t e R e s o u r c e F a c i l i t y % |
| 646 | | % % |
| 647 | | % % |
| 648 | | % % |
| 649 | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 650 | | % |
| 651 | | % InstantiateResourceFacility() instantiates the resource facility. |
| 652 | | % |
| 653 | | % The format of the InstantiateResourceFacility method is: |
| 654 | | % |
| 655 | | % WizardBooleanType InstantiateResourceFacility(void) |
| | 645 | + I n s t a n t i a t e R e s o u r c e C o m p o n e n t % |
| | 646 | % % |
| | 647 | % % |
| | 648 | % % |
| | 649 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| | 650 | % |
| | 651 | % InstantiateResourceComponent() instantiates the resource component. |
| | 652 | % |
| | 653 | % The format of the InstantiateResourceComponent method is: |
| | 654 | % |
| | 655 | % WizardBooleanType InstantiateResourceComponent(void) |