IFailureDetectorRegistry<(Of <(<'T>)>)>..::..Heartbeat Method

Records a heartbeat for a resource. If the resource is not yet registered (i.e. this is the first heartbeat) then is it automatically registered.

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

Syntax


void Heartbeat(
	T resource
)
Sub Heartbeat ( _
	resource As T _
)
void Heartbeat(
	T resource
)

Parameters

resource
Type: T