C# 클래스 Akka.Remote.EndpointWriter.TakeOver

This message signals that the current association maintained by the local EndpointWriter and EndpointReader is to be overridden by a new inbound association. This is needed to avoid parallel inbound associations from the same remote endpoint: when a parallel inbound association is detected, the old one is removed and the new one is used instead.
상속: INoSerializationVerificationNeeded
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
TakeOver ( AkkaProtocolHandle protocolHandle, IActorRef replyTo ) : System

Create a new TakeOver command

메소드 상세

TakeOver() 공개 메소드

Create a new TakeOver command
public TakeOver ( AkkaProtocolHandle protocolHandle, IActorRef replyTo ) : System
protocolHandle AkkaProtocolHandle The handle of the new association
replyTo IActorRef
리턴 System