GigaSpaces XAP.Net Documentation
Init Method (clusterInfo, customProperties)
Class LibraryGigaSpaces.CoreIProcessingUnitInit(ClusterInfo, IDictionary<(Of <(String, String>)>))
Initializes the processing unit
Declaration Syntax
C#Visual BasicVisual C++J#
void Init(
	ClusterInfo clusterInfo,
	IDictionary<string, string> customProperties
)
Sub Init ( _
	clusterInfo As ClusterInfo, _
	customProperties As IDictionary(Of String, String) _
)
void Init(
	ClusterInfo^ clusterInfo, 
	IDictionary<String^, String^>^ customProperties
)
void Init(
	ClusterInfo clusterInfo,
	IDictionary<String, String> customProperties
)
Parameters
clusterInfo (ClusterInfo)
Cluster info related to this processing unit
customProperties (IDictionary<(Of <(String, String>)>))
Custom properties passed to this processing unit

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