|  | ActorTransportAdapterInterceptListen Method | 
 
            TBD
            
 
    Namespace: 
   Akka.Remote.Transport
    Assembly:
   Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
 Syntax
Syntaxprotected 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
See Also