Akka.Interfaced.PayloadTableAttribute.PayloadTableAttribute C# (CSharp) Method

PayloadTableAttribute() public method

public PayloadTableAttribute ( Type type, PayloadTableKind kind ) : System
type System.Type
kind PayloadTableKind
return System
        public PayloadTableAttribute(Type type, PayloadTableKind kind)
        {
            Type = type;
            Kind = kind;
        }
    }
PayloadTableAttribute