GigaSpaces XAP.NET Documentation
Relocate Method (gridServiceContainerToRelocateTo)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitInstanceRelocate(IGridServiceContainer)
Relocates the instance to the provided IGridServiceContainer. Note, the current processing instance is unusable once this call has been made. If the relocated processing unit instance is needed, or waiting for the relocation is required, use RelocateAndWait(IGridServiceContainer) or RelocateAndWait(IGridServiceContainer, TimeSpan).
Declaration Syntax
C#Visual BasicVisual C++J#
void Relocate(
	IGridServiceContainer gridServiceContainerToRelocateTo
)
Sub Relocate ( _
	gridServiceContainerToRelocateTo As IGridServiceContainer _
)
void Relocate(
	IGridServiceContainer^ gridServiceContainerToRelocateTo
)
void Relocate(
	IGridServiceContainer gridServiceContainerToRelocateTo
)
Parameters
gridServiceContainerToRelocateTo (IGridServiceContainer)
The IGridServiceContainer to relocate to.

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