QuarantinedEvent Constructor

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

Syntax


public QuarantinedEvent(
	Address address,
	int uid
)
Public Sub New ( _
	address As Address, _
	uid As Integer _
)
public:
QuarantinedEvent(
	Address^ address, 
	int^ uid
)

Parameters

address
Type: Akka.Actor..::..Address
uid
Type: Int32