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