ResourceMirror.DestroyResource<ResourceType> Delegate
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.
Callback to release resources. This will be called for each resource in Sync's resource list for which there is no corresponding source data in Sync's currentItems.
public delegate void ResourceMirror.DestroyResource<ResourceType>(ResourceType resource);
type ResourceMirror.DestroyResource<'ResourceType> = delegate of 'ResourceType -> unit
Public Delegate Sub ResourceMirror.DestroyResource(Of ResourceType)(resource As ResourceType)
Type Parameters
- ResourceType
Type of the resource to destroy.
Parameters
- resource
- ResourceType
The resource instance to destroy.