GigaSpaces XAP.NET Documentation
Init Method (proxy, filterId, customProperties, priority)
Class LibraryGigaSpaces.Core.FiltersISpaceFilterInit(ISpaceProxy, String, IDictionary<(Of <(String, String>)>), FilterPriority)
Initializes this filter.
Declaration Syntax
C#Visual BasicVisual C++J#
void Init(
	ISpaceProxy proxy,
	string filterId,
	IDictionary<string, string> customProperties,
	FilterPriority priority
)
Sub Init ( _
	proxy As ISpaceProxy, _
	filterId As String, _
	customProperties As IDictionary(Of String, String), _
	priority As FilterPriority _
)
void Init(
	ISpaceProxy^ proxy, 
	String^ filterId, 
	IDictionary<String^, String^>^ customProperties, 
	FilterPriority priority
)
void Init(
	ISpaceProxy proxy,
	String filterId,
	IDictionary<String, String> customProperties,
	FilterPriority priority
)
Parameters
proxy (ISpaceProxy)
An embedded proxy to the space that contain this filter.
filterId (String)
The name of this filter.
customProperties (IDictionary<(Of <(String, String>)>))
The custom arguments that was passed when this filter was created. used for custom user defined properties
priority (FilterPriority)
Defines the order in which filters are activated.

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