UnstartedCell..::..ReplaceWith Method

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public void ReplaceWith(
	Cell cell
)
Public Sub ReplaceWith ( _
	cell As Cell _
)
public:
void ReplaceWith(
	Cell^ cell
)

Parameters

cell
Type: Akka.Actor..::..Cell