GigaSpaces XAP.NET Documentation
CreateMetaArguments Method (invocation)
Class LibraryGigaSpaces.XAP.RemotingIMetaArgumentsHandlerCreateMetaArguments(ISpaceRemotingInvocation)
Create meta data arguments according to the specified remoting invocation.
Declaration Syntax
C#Visual BasicVisual C++J#
Object[] CreateMetaArguments(
	ISpaceRemotingInvocation invocation
)
Function CreateMetaArguments ( _
	invocation As ISpaceRemotingInvocation _
) As Object()
array<Object^>^ CreateMetaArguments(
	ISpaceRemotingInvocation^ invocation
)
Object[] CreateMetaArguments(
	ISpaceRemotingInvocation invocation
)
Parameters
invocation (ISpaceRemotingInvocation)
Object representing the invocation.
Return Value
meta data arguments.

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