Akka.Remote.ReliableDeliverySupervisor.GotUid.GotUid C# (CSharp) Méthode

GotUid() public méthode

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