Akka.Interfaced.SlimSocket.IEntry_PayloadTable.GetGreeterOnAnotherChannel_Return.IPayloadActorRefUpdatable C# (CSharp) Method

IPayloadActorRefUpdatable() public method

public IPayloadActorRefUpdatable ( Action updater ) : void
updater Action
return void
            void IPayloadActorRefUpdatable.Update(Action<object> updater)
            {
                if (v != null)
                {
                    updater(v); 
                }
            }
        }
IEntry_PayloadTable.GetGreeterOnAnotherChannel_Return