GigaSpaces XAP.NET Documentation
CreateLocalview Method (views)
Class LibraryGigaSpaces.CoreISpaceProxyCreateLocalview(array<View>[]()[])
Create a local view over the current proxy using the specified view(s).
Declaration Syntax
C#Visual BasicVisual C++J#
IReadOnlySpaceProxy CreateLocalview(
	params View[] views
)
Function CreateLocalview ( _
	ParamArray views As View() _
) As IReadOnlySpaceProxy
IReadOnlySpaceProxy^ CreateLocalview(
	... array<View^>^ views
)
IReadOnlySpaceProxy CreateLocalview(
	View[] views
)
Parameters
views (array< View >[]()[])
View(s) for matching in local view.
Return Value
A configured local view.

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