Akka.Interfaced.SlimSocket.IEntry_PayloadTable.GetGreeterOnAnotherChannel_Return.IPayloadActorRefUpdatable C# (CSharp) Метод

IPayloadActorRefUpdatable() публичный Метод

public IPayloadActorRefUpdatable ( Action updater ) : void
updater Action
Результат void
            void IPayloadActorRefUpdatable.Update(Action<object> updater)
            {
                if (v != null)
                {
                    updater(v); 
                }
            }
        }
IEntry_PayloadTable.GetGreeterOnAnotherChannel_Return