GigaSpaces XAP.NET Documentation
GetPath Method (changeOperation)
Class LibraryGigaSpaces.Core.ChangeAddRangeToCollectionOperationGetPath(IChangeOperation)
Returns the path the operation changed.
Declaration Syntax
C#Visual BasicVisual C++J#
public static string GetPath(
	IChangeOperation changeOperation
)
Public Shared Function GetPath ( _
	changeOperation As IChangeOperation _
) As String
public:
static String^ GetPath(
	IChangeOperation^ changeOperation
)
public static String GetPath(
	IChangeOperation changeOperation
)
Parameters
changeOperation (IChangeOperation)
the change operation to extract data from.
Return Value
The path the operation changed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)