| ActorTransportAdapterInterceptListen Method |
TBD
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override Task<IAssociationEventListener> InterceptListen(
Address listenAddress,
Task<IAssociationEventListener> listenerTask
)
abstract InterceptListen :
listenAddress : Address *
listenerTask : Task<IAssociationEventListener> -> Task<IAssociationEventListener>
override InterceptListen :
listenAddress : Address *
listenerTask : Task<IAssociationEventListener> -> Task<IAssociationEventListener>
Parameters
- listenAddress
- Type: Akka.ActorAddress
TBD - listenerTask
- Type: System.Threading.TasksTaskIAssociationEventListener
TBD
Return Value
Type:
TaskIAssociationEventListenerTBD
See Also