GHASysFireMessageCallback Method |
[This is preliminary documentation and is subject to change.]
Initiates a message callback. Receiving end should pop a message box or take some sort of action to
let the user know this event has happened
Namespace:
GHASchema.Helpers
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntaxpublic static void FireMessageCallback(
string message,
string source
)
Parameters
- message
- Type: SystemString
Message to send - source
- Type: SystemString
Source of the message
See Also