Share via


xInfo.startup(String) Method

Definition

Executes when the client starts.

public:
 virtual void startup(System::String ^ _startupCmd);
public virtual void startup (string _startupCmd);
abstract member startup : string -> unit
override this.startup : string -> unit
Public Overridable Sub startup (_startupCmd As String)

Parameters

_startupCmd
String

Remarks

Do not use this method. Use one following methods instead. Use the Info.startupPost Method to pass startup commands to the client. Use the Application.startupPost Method to pass startup commands to the server. Do not use the Application.startup or Info.startup methods. This might affect code in a new version of Finance and Operations, which could prevent the client or server from starting.

Applies to