Persistate API documentation
AskRetry Method (message, parameters)
NamespacesPersistateUserInterfaceAskRetry(String, array<Object>[]()[][])

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

Shows a warning message to the user, and asks whether the user wishes to retry.
Declaration Syntax
C#
public abstract bool AskRetry(
	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.
Return Value
True if the user wished to retry (e.g. clicks Retry), false if the user doesn't retry (e.g. clicks Cancel).

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)