WriteErrorCallback 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 Microsoft::Management::Infrastructure::Options::CimResponseType WriteErrorCallback(CimInstance ^ cimError);
public delegate Microsoft.Management.Infrastructure.Options.CimResponseType WriteErrorCallback(CimInstance cimError);
type WriteErrorCallback = delegate of CimInstance -> CimResponseType
Public Delegate Function WriteErrorCallback(cimError As CimInstance) As CimResponseType
Parameters
- cimError
- CimInstance