Akka.Remote.ReliableDeliverySupervisor.GotUid.GotUid C# (CSharp) 메소드

GotUid() 공개 메소드

public GotUid ( int uid, Akka.Actor.Address remoteAddress ) : System
uid int
remoteAddress Akka.Actor.Address
리턴 System
            public GotUid(int uid, Address remoteAddress)
            {
                Uid = uid;
                RemoteAddress = remoteAddress;
            }
ReliableDeliverySupervisor.GotUid