WebActionMenuFunction.runServer Method
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.
Overloads
runServer(String) | |
runServer(String, xArgs) |
runServer(String)
public:
static void runServer(System::String ^ text1);
public static void runServer (string text1);
static member runServer : string -> unit
Public Shared Sub runServer (text1 As String)
Parameters
- text1
- String
Applies to
runServer(String, xArgs)
public:
static void runServer(System::String ^ _name, Dynamics::AX::Application::xArgs ^ _args);
public static void runServer (string _name, Dynamics.AX.Application.xArgs _args);
static member runServer : string * Dynamics.AX.Application.xArgs -> unit
Public Shared Sub runServer (_name As String, _args As xArgs)
Parameters
- _name
- String
- _args
- xArgs