Akka.Interfaced.SlimServer.ActorBoundChannelTest.DummyEventActor.IDummyWithTagSync C# (CSharp) 메소드

IDummyWithTagSync() 개인적인 메소드

private IDummyWithTagSync ( object param, string id ) : object
param object
id string
리턴 object
            object IDummyWithTagSync.CallWithTag(object param, string id)
            {
                return "CallWithTag:" + param + ":" + id;
            }