WriteMessageCallback 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 WriteMessageCallback(System::UInt32 channel, System::String ^ message);
public delegate void WriteMessageCallback(unsigned int channel, Platform::String ^ message);
public delegate void WriteMessageCallback(uint channel, string message);
type WriteMessageCallback = delegate of uint32 * string -> unit
Public Delegate Sub WriteMessageCallback(channel As UInteger, message As String)
Parameters
- channel
- UInt32
- message
- String