PromptUserCallback 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 PromptUserCallback(System::String ^ message, CimPromptType promptType);
public delegate Microsoft::Management::Infrastructure::Options::CimResponseType PromptUserCallback(Platform::String ^ message, CimPromptType promptType);
public delegate Microsoft.Management.Infrastructure.Options.CimResponseType PromptUserCallback(string message, CimPromptType promptType);
type PromptUserCallback = delegate of string * CimPromptType -> CimResponseType
Public Delegate Function PromptUserCallback(message As String, promptType As CimPromptType) As CimResponseType
Parameters
- message
- String
- promptType
- CimPromptType