Method Provide
Provide(ProvideHandle)
Tells the provide that it needs to provide a resource and report the results through the passed provideHandle. When this is called, all dependencies have completed and are available through the provideHandle.
Declaration
void Provide(ProvideHandle provideHandle)
Parameters
Type | Name | Description |
---|---|---|
ProvideHandle | provideHandle | A handle used to update the operation. |