GigaSpaces XAP.NET Documentation
VmInputArgument Method (vmInputArgument)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentGridServiceContainerOptionsVmInputArgument(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 GridServiceContainerOptions VmInputArgument(
	string vmInputArgument
)
Public Overridable Function VmInputArgument ( _
	vmInputArgument As String _
) As GridServiceContainerOptions
public:
virtual GridServiceContainerOptions^ VmInputArgument(
	String^ vmInputArgument
)
public GridServiceContainerOptions VmInputArgument(
	String vmInputArgument
)
Parameters
vmInputArgument (String)
argument to add.
Return Value

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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)