Akka.Interfaced.SlimSocket.AutoSurrogate.Register C# (CSharp) Method

Register() public static method

public static Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel ) : void
typeModel ProtoBuf.Meta.RuntimeTypeModel
return void
        public static void Register(RuntimeTypeModel typeModel)
        {
            foreach (var assembly in AppDomain.CurrentDomain.GetAssemblies())
            {
                Register(typeModel, assembly);
            }
        }

Same methods

AutoSurrogate::Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel, Assembly assembly ) : void