GigaSpaces XAP.NET Documentation
RemoveFromCollection Method (path, itemToRemove)
Class LibraryGigaSpaces.CoreChangeSetRemoveFromCollection(String, Object)
Removes the given item from a collection property.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet RemoveFromCollection(
	string path,
	Object itemToRemove
)
Public Function RemoveFromCollection ( _
	path As String, _
	itemToRemove As Object _
) As ChangeSet
public:
ChangeSet^ RemoveFromCollection(
	String^ path, 
	Object^ itemToRemove
)
public ChangeSet RemoveFromCollection(
	String path,
	Object itemToRemove
)
Parameters
path (String)
The path pointing to the collection that the item should be removed from.
itemToRemove (Object)
The item to remove from the collection.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.ChangeSet.RemoveFromCollection(System.String,System.Object)]

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