a98db7aac2
* Akka.Remote example * ToString(CultureInfo.InvariantCulture) * .
9 lines
204 B
C#
9 lines
204 B
C#
using Akka.Actor;
|
|
|
|
namespace ProxyInterfaceConsumerForAkka.Interfaces
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(LocalActorRefProvider))]
|
|
public partial interface ILocalActorRefProvider
|
|
{
|
|
}
|
|
} |