Persistate API documentation
Inform Method (message, parameters)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceInform(String, array<Object>[]()[][])

[This is preliminary documentation and is subject to change.]

Shows an information message to the user.
Declaration Syntax
C#
public override void Inform(
	string message,
	params Object[] parameters
)
Parameters
message (String)
The message to show. Can have placeholders similar to String.Format.
parameters (array<Object>[]()[][])
The objects to replace into the placeholders in the message.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)