Akka.Interfaced.TestKit.Tests.IUserObserver_PayloadTable.Say_Invoke.Invoke C# (CSharp) Method

Invoke() public method

public Invoke ( object __target ) : void
__target object
return void
            public void Invoke(object __target)
            {
                ((IUserObserver)__target).Say(message);
            }
        }
IUserObserver_PayloadTable.Say_Invoke