RemoteUpdateCallback 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.
public delegate void RemoteUpdateCallback(PolicyUpdateInfo ^ updateArgs);
public delegate void RemoteUpdateCallback(PolicyUpdateInfo updateArgs);
type RemoteUpdateCallback = delegate of PolicyUpdateInfo -> unit
Public Delegate Sub RemoteUpdateCallback(updateArgs As PolicyUpdateInfo)
Parameters
- updateArgs
- PolicyUpdateInfo