GigaSpaces XAP.NET Documentation
VmInputArgument Method (vmInputArgument)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentGridServiceOptionsVmInputArgument(String)
Will add a JVM level argument when the process is executed using pure JVM. For example, the memory can be controlled using
CopyC#
-Xmx512m
.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual GridServiceOptions VmInputArgument(
	string vmInputArgument
)
Public Overridable Function VmInputArgument ( _
	vmInputArgument As String _
) As GridServiceOptions
public:
virtual GridServiceOptions^ VmInputArgument(
	String^ vmInputArgument
)
public GridServiceOptions VmInputArgument(
	String vmInputArgument
)
Parameters
vmInputArgument (String)
argument to add.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.Admin.ServiceGrid.Agent.GridServiceOptions.VmInputArgument(System.String)]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)